Class: Aws::Types::UpdateAssetModelCompositeModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetModelCompositeModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_model_path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute asset_model_composite_model_path.
-
#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_composite_model_path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute asset_model_composite_model_path.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def asset_model_composite_model_path @asset_model_composite_model_path end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def asset_model_status @asset_model_status end |