Class: Aws::Types::DescribeAssetCompositeModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetCompositeModelResponse
- 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_composite_model_description ⇒ ::String
Returns the value of attribute asset_composite_model_description.
-
#asset_composite_model_external_id ⇒ ::String
Returns the value of attribute asset_composite_model_external_id.
-
#asset_composite_model_id ⇒ ::String
Returns the value of attribute asset_composite_model_id.
-
#asset_composite_model_name ⇒ ::String
Returns the value of attribute asset_composite_model_name.
-
#asset_composite_model_path ⇒ ::Array[Types::AssetCompositeModelPathSegment]
Returns the value of attribute asset_composite_model_path.
-
#asset_composite_model_properties ⇒ ::Array[Types::AssetProperty]
Returns the value of attribute asset_composite_model_properties.
-
#asset_composite_model_summaries ⇒ ::Array[Types::AssetCompositeModelSummary]
Returns the value of attribute asset_composite_model_summaries.
-
#asset_composite_model_type ⇒ ::String
Returns the value of attribute asset_composite_model_type.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
Instance Attribute Details
#action_definitions ⇒ ::Array[Types::ActionDefinition]
Returns the value of attribute action_definitions.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def action_definitions @action_definitions end |
#asset_composite_model_description ⇒ ::String
Returns the value of attribute asset_composite_model_description.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def asset_composite_model_description @asset_composite_model_description end |
#asset_composite_model_external_id ⇒ ::String
Returns the value of attribute asset_composite_model_external_id.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def asset_composite_model_external_id @asset_composite_model_external_id end |
#asset_composite_model_id ⇒ ::String
Returns the value of attribute asset_composite_model_id.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def asset_composite_model_id @asset_composite_model_id end |
#asset_composite_model_name ⇒ ::String
Returns the value of attribute asset_composite_model_name.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def asset_composite_model_name @asset_composite_model_name end |
#asset_composite_model_path ⇒ ::Array[Types::AssetCompositeModelPathSegment]
Returns the value of attribute asset_composite_model_path.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def asset_composite_model_path @asset_composite_model_path end |
#asset_composite_model_properties ⇒ ::Array[Types::AssetProperty]
Returns the value of attribute asset_composite_model_properties.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def asset_composite_model_properties @asset_composite_model_properties end |
#asset_composite_model_summaries ⇒ ::Array[Types::AssetCompositeModelSummary]
Returns the value of attribute asset_composite_model_summaries.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def asset_composite_model_summaries @asset_composite_model_summaries end |
#asset_composite_model_type ⇒ ::String
Returns the value of attribute asset_composite_model_type.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def asset_composite_model_type @asset_composite_model_type end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def asset_id @asset_id end |