Class: Aws::Types::PropertyValueEntry
- Inherits:
-
Object
- Object
- Aws::Types::PropertyValueEntry
- 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.
-
#property_values ⇒ ::Array[Types::PropertyValue]
Returns the value of attribute property_values.
Instance Attribute Details
#entity_property_reference ⇒ Types::EntityPropertyReference
Returns the value of attribute entity_property_reference.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def entity_property_reference @entity_property_reference end |
#property_values ⇒ ::Array[Types::PropertyValue]
Returns the value of attribute property_values.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def property_values @property_values end |