Class: Aws::Types::LayoutConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#free_form_layoutTypes::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_layoutTypes::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_layoutTypes::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