Class: Aws::Types::SectionalElement
- Inherits:
-
Object
- Object
- Aws::Types::SectionalElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#level ⇒ ::Integer
Returns the value of attribute level.
-
#orientation ⇒ ::String
Returns the value of attribute orientation.
-
#position ⇒ Types::FieldPosition
Returns the value of attribute position.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#excluded ⇒ Boolean
Returns the value of attribute excluded.
807 808 809 |
# File 'sig/types.rbs', line 807 def excluded @excluded end |
#level ⇒ ::Integer
Returns the value of attribute level.
805 806 807 |
# File 'sig/types.rbs', line 805 def level @level end |
#orientation ⇒ ::String
Returns the value of attribute orientation.
806 807 808 |
# File 'sig/types.rbs', line 806 def orientation @orientation end |
#position ⇒ Types::FieldPosition
Returns the value of attribute position.
803 804 805 |
# File 'sig/types.rbs', line 803 def position @position end |
#text ⇒ ::String
Returns the value of attribute text.
804 805 806 |
# File 'sig/types.rbs', line 804 def text @text end |
#type ⇒ ::String
Returns the value of attribute type.
802 803 804 |
# File 'sig/types.rbs', line 802 def type @type end |