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
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.
157 158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 157 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.
157 158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 157 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.
157 158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 157 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.
157 158 159 160 161 162 163 164 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 157 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |