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.



1067
1068
1069
# File 'sig/types.rbs', line 1067

def content
  @content
end

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

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def section_id
  @section_id
end

#styleTypes::SectionStyle

Returns the value of attribute style.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def style
  @style
end