Class: Aws::Types::FormInputValueProperty
- Inherits:
-
Object
- Object
- Aws::Types::FormInputValueProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binding_properties ⇒ Types::FormInputValuePropertyBindingProperties
Returns the value of attribute binding_properties.
-
#concat ⇒ ::Array[Types::FormInputValueProperty]
Returns the value of attribute concat.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#binding_properties ⇒ Types::FormInputValuePropertyBindingProperties
Returns the value of attribute binding_properties.
543 544 545 |
# File 'sig/types.rbs', line 543 def binding_properties @binding_properties end |
#concat ⇒ ::Array[Types::FormInputValueProperty]
Returns the value of attribute concat.
544 545 546 |
# File 'sig/types.rbs', line 544 def concat @concat end |
#value ⇒ ::String
Returns the value of attribute value.
542 543 544 |
# File 'sig/types.rbs', line 542 def value @value end |