Class: Aws::Redshift::Types::DisassociateDataShareConsumerMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arnString

The Amazon Resource Name (ARN) of the consumer namespace that association for the datashare is removed from.

Returns:

  • (String)


5938
5939
5940
5941
5942
5943
5944
5945
# File 'lib/aws-sdk-redshift/types.rb', line 5938

class DisassociateDataShareConsumerMessage < Struct.new(
  :data_share_arn,
  :disassociate_entire_account,
  :consumer_arn,
  :consumer_region)
  SENSITIVE = []
  include Aws::Structure
end

#consumer_regionString

From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.

Returns:

  • (String)


5938
5939
5940
5941
5942
5943
5944
5945
# File 'lib/aws-sdk-redshift/types.rb', line 5938

class DisassociateDataShareConsumerMessage < Struct.new(
  :data_share_arn,
  :disassociate_entire_account,
  :consumer_arn,
  :consumer_region)
  SENSITIVE = []
  include Aws::Structure
end

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare to remove association for.

Returns:

  • (String)


5938
5939
5940
5941
5942
5943
5944
5945
# File 'lib/aws-sdk-redshift/types.rb', line 5938

class DisassociateDataShareConsumerMessage < Struct.new(
  :data_share_arn,
  :disassociate_entire_account,
  :consumer_arn,
  :consumer_region)
  SENSITIVE = []
  include Aws::Structure
end

#disassociate_entire_accountBoolean

A value that specifies whether association for the datashare is removed from the entire account.

Returns:

  • (Boolean)


5938
5939
5940
5941
5942
5943
5944
5945
# File 'lib/aws-sdk-redshift/types.rb', line 5938

class DisassociateDataShareConsumerMessage < Struct.new(
  :data_share_arn,
  :disassociate_entire_account,
  :consumer_arn,
  :consumer_region)
  SENSITIVE = []
  include Aws::Structure
end