Class: Aws::Types::GetQuerySuggestionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQuerySuggestionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_suggestions_config ⇒ Types::AttributeSuggestionsGetConfig
Returns the value of attribute attribute_suggestions_config.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#max_suggestions_count ⇒ ::Integer
Returns the value of attribute max_suggestions_count.
-
#query_text ⇒ ::String
Returns the value of attribute query_text.
-
#suggestion_types ⇒ ::Array[("QUERY" | "DOCUMENT_ATTRIBUTES")]
Returns the value of attribute suggestion_types.
Instance Attribute Details
#attribute_suggestions_config ⇒ Types::AttributeSuggestionsGetConfig
Returns the value of attribute attribute_suggestions_config.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def attribute_suggestions_config @attribute_suggestions_config end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def index_id @index_id end |
#max_suggestions_count ⇒ ::Integer
Returns the value of attribute max_suggestions_count.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def max_suggestions_count @max_suggestions_count end |
#query_text ⇒ ::String
Returns the value of attribute query_text.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def query_text @query_text end |
#suggestion_types ⇒ ::Array[("QUERY" | "DOCUMENT_ATTRIBUTES")]
Returns the value of attribute suggestion_types.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def suggestion_types @suggestion_types end |