Class: Aws::Types::BatchGetAssetPropertyValueSuccessEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueSuccessEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_property_value ⇒ Types::AssetPropertyValue
Returns the value of attribute asset_property_value.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
Instance Attribute Details
#asset_property_value ⇒ Types::AssetPropertyValue
Returns the value of attribute asset_property_value.
605 606 607 |
# File 'sig/types.rbs', line 605 def asset_property_value @asset_property_value end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
604 605 606 |
# File 'sig/types.rbs', line 604 def entry_id @entry_id end |