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.
889 890 891 |
# File 'sig/types.rbs', line 889 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.
890 891 892 |
# File 'sig/types.rbs', line 890 def asset_model_composite_model_path @asset_model_composite_model_path end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
892 893 894 |
# File 'sig/types.rbs', line 892 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
891 892 893 |
# File 'sig/types.rbs', line 891 def asset_model_status @asset_model_status end |