Class: Aws::Types::BatchGetAssetPropertyValueHistorySuccessEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueHistorySuccessEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_property_value_history ⇒ ::Array[Types::AssetPropertyValue]
Returns the value of attribute asset_property_value_history.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
Instance Attribute Details
#asset_property_value_history ⇒ ::Array[Types::AssetPropertyValue]
Returns the value of attribute asset_property_value_history.
578 579 580 |
# File 'sig/types.rbs', line 578 def asset_property_value_history @asset_property_value_history end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def entry_id @entry_id end |