Class: Aws::DataExchange::Types::DeleteDataSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::DeleteDataSetRequest
- Defined in:
- gems/aws-sdk-dataexchange/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.
835 836 837 838 839 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 835 class DeleteDataSetRequest < Struct.new( :data_set_id) SENSITIVE = [] include Aws::Structure end |