Class: Aws::Types::HeaderFooterSectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HeaderFooterSectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layout ⇒ Types::SectionLayoutConfiguration
Returns the value of attribute layout.
-
#section_id ⇒ ::String
Returns the value of attribute section_id.
-
#style ⇒ Types::SectionStyle
Returns the value of attribute style.
Instance Attribute Details
#layout ⇒ Types::SectionLayoutConfiguration
Returns the value of attribute layout.
6825 6826 6827 |
# File 'sig/types.rbs', line 6825 def layout @layout end |
#section_id ⇒ ::String
Returns the value of attribute section_id.
6824 6825 6826 |
# File 'sig/types.rbs', line 6824 def section_id @section_id end |
#style ⇒ Types::SectionStyle
Returns the value of attribute style.
6826 6827 6828 |
# File 'sig/types.rbs', line 6826 def style @style end |