Class: Aws::Types::DeleteAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def asset_id @asset_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def revision_id @revision_id end |