Class: Aws::Redshift::Types::DataShare
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DataShare
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_publicly_accessible_consumers ⇒ Boolean
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
-
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
-
#data_share_associations ⇒ Array<Types::DataShareAssociation>
A value that specifies when the datashare has an association between producer and data consumers.
-
#data_share_type ⇒ String
The type of the datashare created by RegisterNamespace.
-
#managed_by ⇒ String
The identifier of a datashare to show its managing entity.
-
#producer_arn ⇒ String
The Amazon Resource Name (ARN) of the producer namespace.
Instance Attribute Details
#allow_publicly_accessible_consumers ⇒ Boolean
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3334 class DataShare < Struct.new( :data_share_arn, :producer_arn, :allow_publicly_accessible_consumers, :data_share_associations, :managed_by, :data_share_type) SENSITIVE = [] include Aws::Structure end |
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3334 class DataShare < Struct.new( :data_share_arn, :producer_arn, :allow_publicly_accessible_consumers, :data_share_associations, :managed_by, :data_share_type) SENSITIVE = [] include Aws::Structure end |
#data_share_associations ⇒ Array<Types::DataShareAssociation>
A value that specifies when the datashare has an association between producer and data consumers.
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3334 class DataShare < Struct.new( :data_share_arn, :producer_arn, :allow_publicly_accessible_consumers, :data_share_associations, :managed_by, :data_share_type) SENSITIVE = [] include Aws::Structure end |
#data_share_type ⇒ String
The type of the datashare created by RegisterNamespace.
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3334 class DataShare < Struct.new( :data_share_arn, :producer_arn, :allow_publicly_accessible_consumers, :data_share_associations, :managed_by, :data_share_type) SENSITIVE = [] include Aws::Structure end |
#managed_by ⇒ String
The identifier of a datashare to show its managing entity.
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3334 class DataShare < Struct.new( :data_share_arn, :producer_arn, :allow_publicly_accessible_consumers, :data_share_associations, :managed_by, :data_share_type) SENSITIVE = [] include Aws::Structure end |
#producer_arn ⇒ String
The Amazon Resource Name (ARN) of the producer namespace.
3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3334 class DataShare < Struct.new( :data_share_arn, :producer_arn, :allow_publicly_accessible_consumers, :data_share_associations, :managed_by, :data_share_type) SENSITIVE = [] include Aws::Structure end |