Class: Aws::Types::FormInputBindingPropertiesValue
- Inherits:
-
Object
- Object
- Aws::Types::FormInputBindingPropertiesValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binding_properties ⇒ Types::FormInputBindingPropertiesValueProperties
Returns the value of attribute binding_properties.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#binding_properties ⇒ Types::FormInputBindingPropertiesValueProperties
Returns the value of attribute binding_properties.
532 533 534 |
# File 'sig/types.rbs', line 532 def binding_properties @binding_properties end |
#type ⇒ ::String
Returns the value of attribute type.
531 532 533 |
# File 'sig/types.rbs', line 531 def type @type end |