Class: Aws::Types::DescribeAssetPropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetPropertyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def asset_id @asset_id end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def property_id @property_id end |