Class: Aws::Types::BodySectionRepeatConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BodySectionRepeatConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_configurations ⇒ ::Array[Types::BodySectionRepeatDimensionConfiguration]
Returns the value of attribute dimension_configurations.
-
#non_repeating_visuals ⇒ ::Array[::String]
Returns the value of attribute non_repeating_visuals.
-
#page_break_configuration ⇒ Types::BodySectionRepeatPageBreakConfiguration
Returns the value of attribute page_break_configuration.
Instance Attribute Details
#dimension_configurations ⇒ ::Array[Types::BodySectionRepeatDimensionConfiguration]
Returns the value of attribute dimension_configurations.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def dimension_configurations @dimension_configurations end |
#non_repeating_visuals ⇒ ::Array[::String]
Returns the value of attribute non_repeating_visuals.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def non_repeating_visuals @non_repeating_visuals end |
#page_break_configuration ⇒ Types::BodySectionRepeatPageBreakConfiguration
Returns the value of attribute page_break_configuration.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def page_break_configuration @page_break_configuration end |