Class: Aws::Types::SpellCorrectedQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#corrections::Array[Types::Correction]

Returns the value of attribute corrections.

Returns:



1895
1896
1897
# File 'sig/types.rbs', line 1895

def corrections
  @corrections
end

#suggested_query_text::String

Returns the value of attribute suggested_query_text.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def suggested_query_text
  @suggested_query_text
end