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.
2507 2508 2509 2510 2511 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2507 class RedshiftDataShareAsset < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |