Class: Aws::Types::SectionBasedLayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SectionBasedLayoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body_sections ⇒ ::Array[Types::BodySectionConfiguration]
Returns the value of attribute body_sections.
-
#canvas_size_options ⇒ Types::SectionBasedLayoutCanvasSizeOptions
Returns the value of attribute canvas_size_options.
-
#footer_sections ⇒ ::Array[Types::HeaderFooterSectionConfiguration]
Returns the value of attribute footer_sections.
-
#header_sections ⇒ ::Array[Types::HeaderFooterSectionConfiguration]
Returns the value of attribute header_sections.
Instance Attribute Details
#body_sections ⇒ ::Array[Types::BodySectionConfiguration]
Returns the value of attribute body_sections.
9932 9933 9934 |
# File 'sig/types.rbs', line 9932 def body_sections @body_sections end |
#canvas_size_options ⇒ Types::SectionBasedLayoutCanvasSizeOptions
Returns the value of attribute canvas_size_options.
9934 9935 9936 |
# File 'sig/types.rbs', line 9934 def @canvas_size_options end |
#footer_sections ⇒ ::Array[Types::HeaderFooterSectionConfiguration]
Returns the value of attribute footer_sections.
9933 9934 9935 |
# File 'sig/types.rbs', line 9933 def @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 |