Class: Aws::Types::AssetPropertyBindingValue
- Inherits:
-
Object
- Object
- Aws::Types::AssetPropertyBindingValue
- 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.
280 281 282 |
# File 'sig/types.rbs', line 280 def asset_id @asset_id end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def property_id @property_id end |