Class: Aws::Types::SpellCorrectedQuery
- Inherits:
-
Object
- Object
- Aws::Types::SpellCorrectedQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#corrections ⇒ ::Array[Types::Correction]
Returns the value of attribute corrections.
-
#suggested_query_text ⇒ ::String
Returns the value of attribute suggested_query_text.
Instance Attribute Details
#corrections ⇒ ::Array[Types::Correction]
Returns the value of attribute corrections.
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.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def suggested_query_text @suggested_query_text end |