Class: Aws::Redshift::Types::DisassociateDataShareConsumerMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DisassociateDataShareConsumerMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.
-
#consumer_region ⇒ String
From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
-
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare to remove association for.
-
#disassociate_entire_account ⇒ Boolean
A value that specifies whether association for the datashare is removed from the entire account.
Instance Attribute Details
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.
6070 6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-redshift/types.rb', line 6070 class DisassociateDataShareConsumerMessage < Struct.new( :data_share_arn, :disassociate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |
#consumer_region ⇒ String
From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
6070 6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-redshift/types.rb', line 6070 class DisassociateDataShareConsumerMessage < Struct.new( :data_share_arn, :disassociate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare to remove association for.
6070 6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-redshift/types.rb', line 6070 class DisassociateDataShareConsumerMessage < Struct.new( :data_share_arn, :disassociate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |
#disassociate_entire_account ⇒ Boolean
A value that specifies whether association for the datashare is removed from the entire account.
6070 6071 6072 6073 6074 6075 6076 6077 |
# File 'lib/aws-sdk-redshift/types.rb', line 6070 class DisassociateDataShareConsumerMessage < Struct.new( :data_share_arn, :disassociate_entire_account, :consumer_arn, :consumer_region) SENSITIVE = [] include Aws::Structure end |