Class: Aws::DataExchange::Types::GetDataSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetDataSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_id ⇒ String
The unique identifier for a data set.
Instance Attribute Details
#data_set_id ⇒ String
The unique identifier for a data set.
1659 1660 1661 1662 1663 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1659 class GetDataSetRequest < Struct.new( :data_set_id) SENSITIVE = [] include Aws::Structure end |