Class: Aws::Types::FormCTA
- Inherits:
-
Object
- Object
- Aws::Types::FormCTA
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancel ⇒ Types::FormButton
Returns the value of attribute cancel.
-
#clear ⇒ Types::FormButton
Returns the value of attribute clear.
-
#position ⇒ "top", ...
Returns the value of attribute position.
-
#submit ⇒ Types::FormButton
Returns the value of attribute submit.
Instance Attribute Details
#cancel ⇒ Types::FormButton
Returns the value of attribute cancel.
519 520 521 |
# File 'sig/types.rbs', line 519 def cancel @cancel end |
#clear ⇒ Types::FormButton
Returns the value of attribute clear.
518 519 520 |
# File 'sig/types.rbs', line 518 def clear @clear end |
#position ⇒ "top", ...
Returns the value of attribute position.
517 518 519 |
# File 'sig/types.rbs', line 517 def position @position end |
#submit ⇒ Types::FormButton
Returns the value of attribute submit.
520 521 522 |
# File 'sig/types.rbs', line 520 def submit @submit end |