Class: Aws::DataExchange::Types::RedshiftDataShareAssetSourceEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

The source of the Amazon Redshift datashare asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare asset.

Returns:

  • (String)


2448
2449
2450
2451
2452
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2448

class RedshiftDataShareAssetSourceEntry < Struct.new(
  :data_share_arn)
  SENSITIVE = []
  include Aws::Structure
end