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.
7461 7462 7463 |
# File 'sig/types.rbs', line 7461 def free_form_layout @free_form_layout end |
#grid_layout ⇒ Types::GridLayoutConfiguration
Returns the value of attribute grid_layout.
7460 7461 7462 |
# File 'sig/types.rbs', line 7460 def grid_layout @grid_layout end |
#section_based_layout ⇒ Types::SectionBasedLayoutConfiguration
Returns the value of attribute section_based_layout.
7462 7463 7464 |
# File 'sig/types.rbs', line 7462 def section_based_layout @section_based_layout end |