class Aws::Redshift::Types::AssociateDataShareConsumerMessage

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

data as a hash:

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

@!attribute [rw] data_share_arn

The Amazon Resource Name (ARN) of the datashare that the consumer is
to use with the account or the namespace.
@return [String]

@!attribute [rw] associate_entire_account

A value that specifies whether the datashare is associated with the
entire account.
@return [Boolean]

@!attribute [rw] consumer_arn

The Amazon Resource Name (ARN) of the consumer that is associated
with the datashare.
@return [String]

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

Constants

SENSITIVE