Class: Aws::Redshift::Types::DataShare

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

#allow_publicly_accessible_consumersBoolean

A value that specifies whether the datashare can be shared to a publicly accessible cluster.

Returns:

  • (Boolean)


3270
3271
3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3270

class DataShare < Struct.new(
  :data_share_arn,
  :producer_arn,
  :allow_publicly_accessible_consumers,
  :data_share_associations,
  :managed_by)
  SENSITIVE = []
  include Aws::Structure
end

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare that the consumer is to use.

Returns:

  • (String)


3270
3271
3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3270

class DataShare < Struct.new(
  :data_share_arn,
  :producer_arn,
  :allow_publicly_accessible_consumers,
  :data_share_associations,
  :managed_by)
  SENSITIVE = []
  include Aws::Structure
end

#data_share_associationsArray<Types::DataShareAssociation>

A value that specifies when the datashare has an association between producer and data consumers.

Returns:



3270
3271
3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3270

class DataShare < Struct.new(
  :data_share_arn,
  :producer_arn,
  :allow_publicly_accessible_consumers,
  :data_share_associations,
  :managed_by)
  SENSITIVE = []
  include Aws::Structure
end

#managed_byString

The identifier of a datashare to show its managing entity.

Returns:

  • (String)


3270
3271
3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3270

class DataShare < Struct.new(
  :data_share_arn,
  :producer_arn,
  :allow_publicly_accessible_consumers,
  :data_share_associations,
  :managed_by)
  SENSITIVE = []
  include Aws::Structure
end

#producer_arnString

The Amazon Resource Name (ARN) of the producer namespace.

Returns:

  • (String)


3270
3271
3272
3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3270

class DataShare < Struct.new(
  :data_share_arn,
  :producer_arn,
  :allow_publicly_accessible_consumers,
  :data_share_associations,
  :managed_by)
  SENSITIVE = []
  include Aws::Structure
end