Class: Aws::Types::TextWithHighlights

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#highlights::Array[Types::Highlight]

Returns the value of attribute highlights.

Returns:



2019
2020
2021
# File 'sig/types.rbs', line 2019

def highlights
  @highlights
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def text
  @text
end