Class: Aws::Types::GetAssetPropertyValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetPropertyValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def asset_id @asset_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def property_id @property_id end |