Class: Aws::Redshift::Types::DataShareAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DataShareAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
The association of a datashare from a producer account with a data consumer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer_accepted_writes ⇒ Boolean
Specifies whether write operations were allowed during data share association.
-
#consumer_identifier ⇒ String
The name of the consumer accounts that have an association with a producer datashare.
-
#consumer_region ⇒ String
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
-
#created_date ⇒ Time
The creation date of the datashare that is associated.
-
#producer_allowed_writes ⇒ Boolean
Specifies whether write operations were allowed during data share authorization.
-
#status ⇒ String
The status of the datashare that is associated.
-
#status_change_date ⇒ Time
The status change data of the datashare that is associated.
Instance Attribute Details
#consumer_accepted_writes ⇒ Boolean
Specifies whether write operations were allowed during data share association.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |
#consumer_identifier ⇒ String
The name of the consumer accounts that have an association with a producer datashare.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |
#consumer_region ⇒ String
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The creation date of the datashare that is associated.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |
#producer_allowed_writes ⇒ Boolean
Specifies whether write operations were allowed during data share authorization.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the datashare that is associated.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |
#status_change_date ⇒ Time
The status change data of the datashare that is associated.
3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-redshift/types.rb', line 3372 class DataShareAssociation < Struct.new( :consumer_identifier, :status, :consumer_region, :created_date, :status_change_date, :producer_allowed_writes, :consumer_accepted_writes) SENSITIVE = [] include Aws::Structure end |