Class: Aws::Types::CreateAssetModelCompositeModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetModelCompositeModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
-
#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_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
892 893 894 |
# File 'sig/types.rbs', line 892 def asset_model_composite_model_id @asset_model_composite_model_id end |
#asset_model_composite_model_path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute asset_model_composite_model_path.
893 894 895 |
# File 'sig/types.rbs', line 893 def asset_model_composite_model_path @asset_model_composite_model_path end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
895 896 897 |
# File 'sig/types.rbs', line 895 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
894 895 896 |
# File 'sig/types.rbs', line 894 def asset_model_status @asset_model_status end |