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.
2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2481 class RedshiftDataShareAsset < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |