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)


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_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)


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_arnString

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

Returns:

  • (String)


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_accountBoolean

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

Returns:

  • (Boolean)


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