Class: Aws::Redshift::Types::AssociateDataShareConsumerMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_writesBoolean

If set to true, allows write operations for a datashare.

Returns:

  • (Boolean)


161
162
163
164
165
166
167
168
169
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 161

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

#associate_entire_accountBoolean

A value that specifies whether the datashare is associated with the entire account.

Returns:

  • (Boolean)


161
162
163
164
165
166
167
168
169
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 161

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

#consumer_arnString

The Amazon Resource Name (ARN) of the consumer namespace associated with the datashare.

Returns:

  • (String)


161
162
163
164
165
166
167
168
169
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 161

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

#consumer_regionString

From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.

Returns:

  • (String)


161
162
163
164
165
166
167
168
169
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 161

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

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare that the consumer is to use.

Returns:

  • (String)


161
162
163
164
165
166
167
168
169
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 161

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