Class: Aws::DataExchange::Types::RedshiftDataShareAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::RedshiftDataShareAsset
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
The Amazon Redshift datashare asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the datashare asset.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the datashare asset.
3120 3121 3122 3123 3124 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3120 class RedshiftDataShareAsset < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |