Class: Aws::Types::DescribeAssetModelCompositeModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetModelCompositeModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_definitions ⇒ ::Array[Types::ActionDefinition]
Returns the value of attribute action_definitions.
-
#asset_model_composite_model_description ⇒ ::String
Returns the value of attribute asset_model_composite_model_description.
-
#asset_model_composite_model_external_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_external_id.
-
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
-
#asset_model_composite_model_name ⇒ ::String
Returns the value of attribute asset_model_composite_model_name.
-
#asset_model_composite_model_path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute asset_model_composite_model_path.
-
#asset_model_composite_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_composite_model_properties.
-
#asset_model_composite_model_summaries ⇒ ::Array[Types::AssetModelCompositeModelSummary]
Returns the value of attribute asset_model_composite_model_summaries.
-
#asset_model_composite_model_type ⇒ ::String
Returns the value of attribute asset_model_composite_model_type.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#composition_details ⇒ Types::CompositionDetails
Returns the value of attribute composition_details.
Instance Attribute Details
#action_definitions ⇒ ::Array[Types::ActionDefinition]
Returns the value of attribute action_definitions.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def action_definitions @action_definitions end |
#asset_model_composite_model_description ⇒ ::String
Returns the value of attribute asset_model_composite_model_description.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def asset_model_composite_model_description @asset_model_composite_model_description end |
#asset_model_composite_model_external_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_external_id.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def asset_model_composite_model_external_id @asset_model_composite_model_external_id end |
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def asset_model_composite_model_id @asset_model_composite_model_id end |
#asset_model_composite_model_name ⇒ ::String
Returns the value of attribute asset_model_composite_model_name.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def asset_model_composite_model_name @asset_model_composite_model_name end |
#asset_model_composite_model_path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute asset_model_composite_model_path.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def asset_model_composite_model_path @asset_model_composite_model_path end |
#asset_model_composite_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_composite_model_properties.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def asset_model_composite_model_properties @asset_model_composite_model_properties end |
#asset_model_composite_model_summaries ⇒ ::Array[Types::AssetModelCompositeModelSummary]
Returns the value of attribute asset_model_composite_model_summaries.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def asset_model_composite_model_summaries @asset_model_composite_model_summaries end |
#asset_model_composite_model_type ⇒ ::String
Returns the value of attribute asset_model_composite_model_type.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def asset_model_composite_model_type @asset_model_composite_model_type end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def asset_model_id @asset_model_id end |
#composition_details ⇒ Types::CompositionDetails
Returns the value of attribute composition_details.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def composition_details @composition_details end |