Class: Aws::DataExchange::Types::RedshiftDataShareAssetSourceEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::RedshiftDataShareAssetSourceEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The source of the Amazon Redshift datashare asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare asset.
Instance Attribute Details
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare asset.
3134 3135 3136 3137 3138 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3134 class RedshiftDataShareAssetSourceEntry < Struct.new( :data_share_arn) SENSITIVE = [] include Aws::Structure end |