Class: Aws::Types::FormInputValueProperty

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def concat
  @concat
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def value
  @value
end