Class: Aws::Types::FormEntryInput
- Inherits:
-
Object
- Object
- Aws::Types::FormEntryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#required ⇒ Boolean
Returns the value of attribute required.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def required @required end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def type_revision @type_revision end |