Class: Aws::Redshift::Types::AuthorizeDataShareMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AuthorizeDataShareMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_writes ⇒ Boolean
If set to true, allows write operations for a datashare.
-
#consumer_identifier ⇒ String
The identifier of the data consumer that is authorized to access the datashare.
-
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare namespace that producers are to authorize sharing for.
Instance Attribute Details
#allow_writes ⇒ Boolean
If set to true, allows write operations for a datashare.
334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-redshift/types.rb', line 334 class AuthorizeDataShareMessage < Struct.new( :data_share_arn, :consumer_identifier, :allow_writes) SENSITIVE = [] include Aws::Structure end |
#consumer_identifier ⇒ String
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.
334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-redshift/types.rb', line 334 class AuthorizeDataShareMessage < Struct.new( :data_share_arn, :consumer_identifier, :allow_writes) SENSITIVE = [] include Aws::Structure end |
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare namespace that producers are to authorize sharing for.
334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-redshift/types.rb', line 334 class AuthorizeDataShareMessage < Struct.new( :data_share_arn, :consumer_identifier, :allow_writes) SENSITIVE = [] include Aws::Structure end |