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.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def asset_external_id @asset_external_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def asset_id @asset_id end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def asset_model_id @asset_model_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def asset_name @asset_name end |
#asset_property ⇒ Types::Property
Returns the value of attribute asset_property.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def asset_property @asset_property end |
#composite_model ⇒ Types::CompositeModelProperty
Returns the value of attribute composite_model.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def composite_model @composite_model end |