class Aws::Redshift::Types::DisassociateDataShareConsumerMessage

@note When making an API call, you may pass DisassociateDataShareConsumerMessage

data as a hash:

    {
      data_share_arn: "String", # required
      disassociate_entire_account: false,
      consumer_arn: "String",
    }

@!attribute [rw] data_share_arn

The Amazon Resource Name (ARN) of the datashare to remove
association for.
@return [String]

@!attribute [rw] disassociate_entire_account

A value that specifies whether association for the datashare is
removed from the entire account.
@return [Boolean]

@!attribute [rw] consumer_arn

The Amazon Resource Name (ARN) of the consumer that association for
the datashare is removed from.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisassociateDataShareConsumerMessage AWS API Documentation

Constants

SENSITIVE