Class: Aws::AmplifyUIBuilder::Types::FormStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::FormStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the configuration for the form’s style.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#horizontal_gap ⇒ Types::FormStyleConfig
The spacing for the horizontal gap.
-
#outer_padding ⇒ Types::FormStyleConfig
The size of the outer padding for the form.
-
#vertical_gap ⇒ Types::FormStyleConfig
The spacing for the vertical gap.
Instance Attribute Details
#horizontal_gap ⇒ Types::FormStyleConfig
The spacing for the horizontal gap.
2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2107 class FormStyle < Struct.new( :horizontal_gap, :vertical_gap, :outer_padding) SENSITIVE = [] include Aws::Structure end |
#outer_padding ⇒ Types::FormStyleConfig
The size of the outer padding for the form.
2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2107 class FormStyle < Struct.new( :horizontal_gap, :vertical_gap, :outer_padding) SENSITIVE = [] include Aws::Structure end |
#vertical_gap ⇒ Types::FormStyleConfig
The spacing for the vertical gap.
2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2107 class FormStyle < Struct.new( :horizontal_gap, :vertical_gap, :outer_padding) SENSITIVE = [] include Aws::Structure end |