Class: Aws::Types::PropertyValueHistory
- Inherits:
-
Object
- Object
- Aws::Types::PropertyValueHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_property_reference ⇒ Types::EntityPropertyReference
Returns the value of attribute entity_property_reference.
-
#values ⇒ ::Array[Types::PropertyValue]
Returns the value of attribute values.
Instance Attribute Details
#entity_property_reference ⇒ Types::EntityPropertyReference
Returns the value of attribute entity_property_reference.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def entity_property_reference @entity_property_reference end |
#values ⇒ ::Array[Types::PropertyValue]
Returns the value of attribute values.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def values @values end |