Class: Aws::Types::ValueMappings
- Inherits:
-
Object
- Object
- Aws::Types::ValueMappings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binding_properties ⇒ ::Hash[::String, Types::FormInputBindingPropertiesValue]
Returns the value of attribute binding_properties.
-
#values ⇒ ::Array[Types::ValueMapping]
Returns the value of attribute values.
Instance Attribute Details
#binding_properties ⇒ ::Hash[::String, Types::FormInputBindingPropertiesValue]
Returns the value of attribute binding_properties.
992 993 994 |
# File 'sig/types.rbs', line 992 def binding_properties @binding_properties end |
#values ⇒ ::Array[Types::ValueMapping]
Returns the value of attribute values.
991 992 993 |
# File 'sig/types.rbs', line 991 def values @values end |