Class: Aws::Redshift::Types::DataShareAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#consumer_accepted_writesBoolean

Specifies whether write operations were allowed during data share association.

Returns:

  • (Boolean)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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_identifierString

The name of the consumer accounts that have an association with a producer datashare.

Returns:

  • (String)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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_regionString

The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.

Returns:

  • (String)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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_dateTime

The creation date of the datashare that is associated.

Returns:

  • (Time)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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_writesBoolean

Specifies whether write operations were allowed during data share authorization.

Returns:

  • (Boolean)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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

#statusString

The status of the datashare that is associated.

Returns:

  • (String)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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_dateTime

The status change data of the datashare that is associated.

Returns:

  • (Time)


3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-redshift/types.rb', line 3317

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