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.
6559 6560 6561 |
# File 'sig/types.rbs', line 6559 def layout @layout end |
#section_id ⇒ ::String
Returns the value of attribute section_id.
6558 6559 6560 |
# File 'sig/types.rbs', line 6558 def section_id @section_id end |
#style ⇒ Types::SectionStyle
Returns the value of attribute style.
6560 6561 6562 |
# File 'sig/types.rbs', line 6560 def style @style end |