Class DisassociateDataShareConsumerRequest

    • Method Detail

      • dataShareArn

        public final String dataShareArn()

        The Amazon Resource Name (ARN) of the datashare to remove association for.

        Returns:
        The Amazon Resource Name (ARN) of the datashare to remove association for.
      • disassociateEntireAccount

        public final Boolean disassociateEntireAccount()

        A value that specifies whether association for the datashare is removed from the entire account.

        Returns:
        A value that specifies whether association for the datashare is removed from the entire account.
      • consumerArn

        public final String consumerArn()

        The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.

        Returns:
        The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.
      • consumerRegion

        public final String consumerRegion()

        From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.

        Returns:
        From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object