Class: Aws::Types::DeleteAssetModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
Instance Attribute Details
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def asset_model_status @asset_model_status end |