Class: Aws::Types::SuggestionTextWithHighlights

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::SuggestionHighlight]

Returns the value of attribute highlights.

Returns:



1963
1964
1965
# File 'sig/types.rbs', line 1963

def highlights
  @highlights
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def text
  @text
end