Class: Aws::Types::SectionalElement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


807
808
809
# File 'sig/types.rbs', line 807

def excluded
  @excluded
end

#level ⇒ ::Integer

Returns the value of attribute level.

Returns:

  • (::Integer)


805
806
807
# File 'sig/types.rbs', line 805

def level
  @level
end

#orientation ⇒ ::String

Returns the value of attribute orientation.

Returns:

  • (::String)


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.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def text
  @text
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def type
  @type
end