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.



7188
7189
7190
# File 'sig/types.rbs', line 7188

def free_form_layout
  @free_form_layout
end

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