Class: Aws::Redshift::Types::AuthorizeDataShareMessage

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

#consumer_identifierString

The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

Returns:

  • (String)


299
300
301
302
303
304
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 299

class AuthorizeDataShareMessage < Struct.new(
  :data_share_arn,
  :consumer_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.

Returns:

  • (String)


299
300
301
302
303
304
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 299

class AuthorizeDataShareMessage < Struct.new(
  :data_share_arn,
  :consumer_identifier)
  SENSITIVE = []
  include Aws::Structure
end