Class: Aws::Types::FormStyle
- Inherits:
-
Object
- Object
- Aws::Types::FormStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#horizontal_gap ⇒ Types::FormStyleConfig
Returns the value of attribute horizontal_gap.
-
#outer_padding ⇒ Types::FormStyleConfig
Returns the value of attribute outer_padding.
-
#vertical_gap ⇒ Types::FormStyleConfig
Returns the value of attribute vertical_gap.
Instance Attribute Details
#horizontal_gap ⇒ Types::FormStyleConfig
Returns the value of attribute horizontal_gap.
555 556 557 |
# File 'sig/types.rbs', line 555 def horizontal_gap @horizontal_gap end |
#outer_padding ⇒ Types::FormStyleConfig
Returns the value of attribute outer_padding.
557 558 559 |
# File 'sig/types.rbs', line 557 def outer_padding @outer_padding end |
#vertical_gap ⇒ Types::FormStyleConfig
Returns the value of attribute vertical_gap.
556 557 558 |
# File 'sig/types.rbs', line 556 def vertical_gap @vertical_gap end |