Class: Aws::Types::DescribeAssetPropertyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetPropertyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#asset_property ⇒ Types::Property
Returns the value of attribute asset_property.
-
#composite_model ⇒ Types::CompositeModelProperty
Returns the value of attribute composite_model.
Instance Attribute Details
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def asset_external_id @asset_external_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def asset_id @asset_id end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def asset_model_id @asset_model_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def asset_name @asset_name end |
#asset_property ⇒ Types::Property
Returns the value of attribute asset_property.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def asset_property @asset_property end |
#composite_model ⇒ Types::CompositeModelProperty
Returns the value of attribute composite_model.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def composite_model @composite_model end |