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.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def content @content end |
#page_break_configuration ⇒ Types::SectionPageBreakConfiguration
Returns the value of attribute page_break_configuration.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def page_break_configuration @page_break_configuration end |
#repeat_configuration ⇒ Types::BodySectionRepeatConfiguration
Returns the value of attribute repeat_configuration.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def repeat_configuration @repeat_configuration end |
#section_id ⇒ ::String
Returns the value of attribute section_id.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def section_id @section_id end |
#style ⇒ Types::SectionStyle
Returns the value of attribute style.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def style @style end |