Class: Aws::DataExchange::Types::DeleteAssetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::DeleteAssetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The unique identifier for an asset.
-
#data_set_id ⇒ String
The unique identifier for a data set.
-
#revision_id ⇒ String
The unique identifier for a revision.
Instance Attribute Details
#asset_id ⇒ String
The unique identifier for an asset.
1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1114 class DeleteAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for a data set.
1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1114 class DeleteAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for a revision.
1114 1115 1116 1117 1118 1119 1120 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1114 class DeleteAssetRequest < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |