Class: Aws::Types::SectionBasedLayoutConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body_sections::Array[Types::BodySectionConfiguration]

Returns the value of attribute body_sections.

Returns:



9932
9933
9934
# File 'sig/types.rbs', line 9932

def body_sections
  @body_sections
end

#canvas_size_optionsTypes::SectionBasedLayoutCanvasSizeOptions

Returns the value of attribute canvas_size_options.



9934
9935
9936
# File 'sig/types.rbs', line 9934

def canvas_size_options
  @canvas_size_options
end

Returns the value of attribute footer_sections.



9933
9934
9935
# File 'sig/types.rbs', line 9933

def footer_sections
  @footer_sections
end

#header_sections::Array[Types::HeaderFooterSectionConfiguration]

Returns the value of attribute header_sections.



9931
9932
9933
# File 'sig/types.rbs', line 9931

def header_sections
  @header_sections
end