Class: Aws::Types::UpdateQuerySuggestionsConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuerySuggestionsConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_suggestions_config ⇒ Types::AttributeSuggestionsUpdateConfig
Returns the value of attribute attribute_suggestions_config.
-
#include_queries_without_user_information ⇒ Boolean
Returns the value of attribute include_queries_without_user_information.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#minimum_number_of_querying_users ⇒ ::Integer
Returns the value of attribute minimum_number_of_querying_users.
-
#minimum_query_count ⇒ ::Integer
Returns the value of attribute minimum_query_count.
-
#mode ⇒ "ENABLED", "LEARN_ONLY"
Returns the value of attribute mode.
-
#query_log_look_back_window_in_days ⇒ ::Integer
Returns the value of attribute query_log_look_back_window_in_days.
Instance Attribute Details
#attribute_suggestions_config ⇒ Types::AttributeSuggestionsUpdateConfig
Returns the value of attribute attribute_suggestions_config.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def attribute_suggestions_config @attribute_suggestions_config end |
#include_queries_without_user_information ⇒ Boolean
Returns the value of attribute include_queries_without_user_information.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def include_queries_without_user_information @include_queries_without_user_information end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def index_id @index_id end |
#minimum_number_of_querying_users ⇒ ::Integer
Returns the value of attribute minimum_number_of_querying_users.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def end |
#minimum_query_count ⇒ ::Integer
Returns the value of attribute minimum_query_count.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def minimum_query_count @minimum_query_count end |
#mode ⇒ "ENABLED", "LEARN_ONLY"
Returns the value of attribute mode.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def mode @mode end |
#query_log_look_back_window_in_days ⇒ ::Integer
Returns the value of attribute query_log_look_back_window_in_days.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def query_log_look_back_window_in_days @query_log_look_back_window_in_days end |