Class: Aws::Types::LayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LayoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#free_form_layout ⇒ Types::FreeFormLayoutConfiguration
Returns the value of attribute free_form_layout.
-
#grid_layout ⇒ Types::GridLayoutConfiguration
Returns the value of attribute grid_layout.
-
#section_based_layout ⇒ Types::SectionBasedLayoutConfiguration
Returns the value of attribute section_based_layout.
Instance Attribute Details
#free_form_layout ⇒ Types::FreeFormLayoutConfiguration
Returns the value of attribute free_form_layout.
7188 7189 7190 |
# File 'sig/types.rbs', line 7188 def free_form_layout @free_form_layout end |
#grid_layout ⇒ Types::GridLayoutConfiguration
Returns the value of attribute grid_layout.
7187 7188 7189 |
# File 'sig/types.rbs', line 7187 def grid_layout @grid_layout end |
#section_based_layout ⇒ Types::SectionBasedLayoutConfiguration
Returns the value of attribute section_based_layout.
7189 7190 7191 |
# File 'sig/types.rbs', line 7189 def section_based_layout @section_based_layout end |