Class: Aws::Types::BodySectionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::BodySectionContent

Returns the value of attribute content.



1148
1149
1150
# File 'sig/types.rbs', line 1148

def content
  @content
end

#page_break_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def section_id
  @section_id
end

#styleTypes::SectionStyle

Returns the value of attribute style.

Returns:



1149
1150
1151
# File 'sig/types.rbs', line 1149

def style
  @style
end