Class: Aws::Types::BodySectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BodySectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::BodySectionContent
Returns the value of attribute content.
-
#page_break_configuration ⇒ Types::SectionPageBreakConfiguration
Returns the value of attribute page_break_configuration.
-
#repeat_configuration ⇒ Types::BodySectionRepeatConfiguration
Returns the value of attribute repeat_configuration.
-
#section_id ⇒ ::String
Returns the value of attribute section_id.
-
#style ⇒ Types::SectionStyle
Returns the value of attribute style.
Instance Attribute Details
#content ⇒ Types::BodySectionContent
Returns the value of attribute content.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def content @content end |
#page_break_configuration ⇒ Types::SectionPageBreakConfiguration
Returns the value of attribute page_break_configuration.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def page_break_configuration @page_break_configuration end |
#repeat_configuration ⇒ Types::BodySectionRepeatConfiguration
Returns the value of attribute repeat_configuration.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def repeat_configuration @repeat_configuration end |
#section_id ⇒ ::String
Returns the value of attribute section_id.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def section_id @section_id end |
#style ⇒ Types::SectionStyle
Returns the value of attribute style.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def style @style end |