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.
3637 3638 3639 |
# File 'sig/types.rbs', line 3637 def asset_model_composite_model_path @asset_model_composite_model_path end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3639 3640 3641 |
# File 'sig/types.rbs', line 3639 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
3638 3639 3640 |
# File 'sig/types.rbs', line 3638 def asset_model_status @asset_model_status end |