Class: Aws::Types::FormButton
- Inherits:
-
Object
- Object
- Aws::Types::FormButton
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#children ⇒ ::String
Returns the value of attribute children.
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#position ⇒ Types::FieldPosition
Returns the value of attribute position.
Instance Attribute Details
#children ⇒ ::String
Returns the value of attribute children.
511 512 513 |
# File 'sig/types.rbs', line 511 def children @children end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
510 511 512 |
# File 'sig/types.rbs', line 510 def excluded @excluded end |
#position ⇒ Types::FieldPosition
Returns the value of attribute position.
512 513 514 |
# File 'sig/types.rbs', line 512 def position @position end |