Class: Aws::Types::PropertyLatestValue
- Inherits:
-
Object
- Object
- Aws::Types::PropertyLatestValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#property_reference ⇒ Types::EntityPropertyReference
Returns the value of attribute property_reference.
-
#property_value ⇒ Types::DataValue
Returns the value of attribute property_value.
Instance Attribute Details
#property_reference ⇒ Types::EntityPropertyReference
Returns the value of attribute property_reference.
977 978 979 |
# File 'sig/types.rbs', line 977 def property_reference @property_reference end |
#property_value ⇒ Types::DataValue
Returns the value of attribute property_value.
978 979 980 |
# File 'sig/types.rbs', line 978 def property_value @property_value end |