Class: Aws::Types::FormInput
- Inherits:
-
Object
- Object
- Aws::Types::FormInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#form_name ⇒ ::String
Returns the value of attribute form_name.
-
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def content @content end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def form_name @form_name end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def type_revision @type_revision end |