Class: Aws::Types::UpdateAssetModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetModelResponse
- 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.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def asset_model_status @asset_model_status end |