Class: Aws::Types::FormOutput
- Inherits:
-
Object
- Object
- Aws::Types::FormOutput
- 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_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def content @content end |
#form_name ⇒ ::String
Returns the value of attribute form_name.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def form_name @form_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def type_name @type_name end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def type_revision @type_revision end |