Class: Aws::Types::DescribeAssetModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_arn ⇒ ::String
Returns the value of attribute asset_model_arn.
-
#asset_model_composite_model_summaries ⇒ ::Array[Types::AssetModelCompositeModelSummary]
Returns the value of attribute asset_model_composite_model_summaries.
-
#asset_model_composite_models ⇒ ::Array[Types::AssetModelCompositeModel]
Returns the value of attribute asset_model_composite_models.
-
#asset_model_creation_date ⇒ ::Time
Returns the value of attribute asset_model_creation_date.
-
#asset_model_description ⇒ ::String
Returns the value of attribute asset_model_description.
-
#asset_model_external_id ⇒ ::String
Returns the value of attribute asset_model_external_id.
-
#asset_model_hierarchies ⇒ ::Array[Types::AssetModelHierarchy]
Returns the value of attribute asset_model_hierarchies.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_model_last_update_date ⇒ ::Time
Returns the value of attribute asset_model_last_update_date.
-
#asset_model_name ⇒ ::String
Returns the value of attribute asset_model_name.
-
#asset_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_properties.
-
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
-
#asset_model_type ⇒ "ASSET_MODEL", ...
Returns the value of attribute asset_model_type.
-
#asset_model_version ⇒ ::String
Returns the value of attribute asset_model_version.
-
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
-
#interface_details ⇒ ::Array[Types::InterfaceRelationship]
Returns the value of attribute interface_details.
Instance Attribute Details
#asset_model_arn ⇒ ::String
Returns the value of attribute asset_model_arn.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def asset_model_arn @asset_model_arn end |
#asset_model_composite_model_summaries ⇒ ::Array[Types::AssetModelCompositeModelSummary]
Returns the value of attribute asset_model_composite_model_summaries.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def asset_model_composite_model_summaries @asset_model_composite_model_summaries end |
#asset_model_composite_models ⇒ ::Array[Types::AssetModelCompositeModel]
Returns the value of attribute asset_model_composite_models.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def asset_model_composite_models @asset_model_composite_models end |
#asset_model_creation_date ⇒ ::Time
Returns the value of attribute asset_model_creation_date.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def asset_model_creation_date @asset_model_creation_date end |
#asset_model_description ⇒ ::String
Returns the value of attribute asset_model_description.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def asset_model_description @asset_model_description end |
#asset_model_external_id ⇒ ::String
Returns the value of attribute asset_model_external_id.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def asset_model_external_id @asset_model_external_id end |
#asset_model_hierarchies ⇒ ::Array[Types::AssetModelHierarchy]
Returns the value of attribute asset_model_hierarchies.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def asset_model_hierarchies @asset_model_hierarchies end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def asset_model_id @asset_model_id end |
#asset_model_last_update_date ⇒ ::Time
Returns the value of attribute asset_model_last_update_date.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def asset_model_last_update_date @asset_model_last_update_date end |
#asset_model_name ⇒ ::String
Returns the value of attribute asset_model_name.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def asset_model_name @asset_model_name end |
#asset_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_properties.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def asset_model_properties @asset_model_properties end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def asset_model_status @asset_model_status end |
#asset_model_type ⇒ "ASSET_MODEL", ...
Returns the value of attribute asset_model_type.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def asset_model_type @asset_model_type end |
#asset_model_version ⇒ ::String
Returns the value of attribute asset_model_version.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def asset_model_version @asset_model_version end |
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def e_tag @e_tag end |
#interface_details ⇒ ::Array[Types::InterfaceRelationship]
Returns the value of attribute interface_details.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def interface_details @interface_details end |