Class: Aws::Redshift::Types::AssociateDataShareConsumerMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AssociateDataShareConsumerMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
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",
consumer_region: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associate_entire_account ⇒ Boolean
A value that specifies whether the datashare is associated with the entire account.
-
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.
-
#consumer_region ⇒ String
From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
-
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.
Instance Attribute Details
#associate_entire_account ⇒ Boolean
A value that specifies whether the datashare is associated with the entire account.
186 187 188 189 190 191 192 193 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 186 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.
186 187 188 189 190 191 192 193 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 186 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |
#consumer_region ⇒ String
From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
186 187 188 189 190 191 192 193 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 186 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.
186 187 188 189 190 191 192 193 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 186 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |