Class: Aws::Types::DescribeAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_arn ⇒ ::String
Returns the value of attribute asset_arn.
-
#asset_composite_model_summaries ⇒ ::Array[Types::AssetCompositeModelSummary]
Returns the value of attribute asset_composite_model_summaries.
-
#asset_composite_models ⇒ ::Array[Types::AssetCompositeModel]
Returns the value of attribute asset_composite_models.
-
#asset_creation_date ⇒ ::Time
Returns the value of attribute asset_creation_date.
-
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
-
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
-
#asset_hierarchies ⇒ ::Array[Types::AssetHierarchy]
Returns the value of attribute asset_hierarchies.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_last_update_date ⇒ ::Time
Returns the value of attribute asset_last_update_date.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#asset_properties ⇒ ::Array[Types::AssetProperty]
Returns the value of attribute asset_properties.
-
#asset_status ⇒ Types::AssetStatus
Returns the value of attribute asset_status.
Instance Attribute Details
#asset_arn ⇒ ::String
Returns the value of attribute asset_arn.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def asset_arn @asset_arn end |
#asset_composite_model_summaries ⇒ ::Array[Types::AssetCompositeModelSummary]
Returns the value of attribute asset_composite_model_summaries.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def asset_composite_model_summaries @asset_composite_model_summaries end |
#asset_composite_models ⇒ ::Array[Types::AssetCompositeModel]
Returns the value of attribute asset_composite_models.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def asset_composite_models @asset_composite_models end |
#asset_creation_date ⇒ ::Time
Returns the value of attribute asset_creation_date.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def asset_creation_date @asset_creation_date end |
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def asset_description @asset_description end |
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def asset_external_id @asset_external_id end |
#asset_hierarchies ⇒ ::Array[Types::AssetHierarchy]
Returns the value of attribute asset_hierarchies.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def asset_hierarchies @asset_hierarchies end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def asset_id @asset_id end |
#asset_last_update_date ⇒ ::Time
Returns the value of attribute asset_last_update_date.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def asset_last_update_date @asset_last_update_date end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def asset_model_id @asset_model_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def asset_name @asset_name end |
#asset_properties ⇒ ::Array[Types::AssetProperty]
Returns the value of attribute asset_properties.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def asset_properties @asset_properties end |
#asset_status ⇒ Types::AssetStatus
Returns the value of attribute asset_status.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def asset_status @asset_status end |