Class: Aws::Types::DocumentText

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#highlights ⇒ ::Array[Types::Highlight]

Returns the value of attribute highlights.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def highlights
  @highlights
end

#text ⇒ ::String

Returns the value of attribute text.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def text
  @text
end