Class: Aws::Types::FormEntryOutput
- Inherits:
-
Object
- Object
- Aws::Types::FormEntryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#required ⇒ Boolean
Returns the value of attribute required.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def required @required end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def type_name @type_name end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def type_revision @type_revision end |