Class: Aws::Types::DescribeQuerySuggestionsConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQuerySuggestionsConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_suggestions_config ⇒ Types::AttributeSuggestionsDescribeConfig
Returns the value of attribute attribute_suggestions_config.
-
#include_queries_without_user_information ⇒ Boolean
Returns the value of attribute include_queries_without_user_information.
-
#last_clear_time ⇒ ::Time
Returns the value of attribute last_clear_time.
-
#last_suggestions_build_time ⇒ ::Time
Returns the value of attribute last_suggestions_build_time.
-
#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.
-
#status ⇒ "ACTIVE", "UPDATING"
Returns the value of attribute status.
-
#total_suggestions_count ⇒ ::Integer
Returns the value of attribute total_suggestions_count.
Instance Attribute Details
#attribute_suggestions_config ⇒ Types::AttributeSuggestionsDescribeConfig
Returns the value of attribute attribute_suggestions_config.
840 841 842 |
# File 'sig/types.rbs', line 840 def attribute_suggestions_config @attribute_suggestions_config end |
#include_queries_without_user_information ⇒ Boolean
Returns the value of attribute include_queries_without_user_information.
834 835 836 |
# File 'sig/types.rbs', line 834 def include_queries_without_user_information @include_queries_without_user_information end |
#last_clear_time ⇒ ::Time
Returns the value of attribute last_clear_time.
838 839 840 |
# File 'sig/types.rbs', line 838 def last_clear_time @last_clear_time end |
#last_suggestions_build_time ⇒ ::Time
Returns the value of attribute last_suggestions_build_time.
837 838 839 |
# File 'sig/types.rbs', line 837 def last_suggestions_build_time @last_suggestions_build_time end |
#minimum_number_of_querying_users ⇒ ::Integer
Returns the value of attribute minimum_number_of_querying_users.
835 836 837 |
# File 'sig/types.rbs', line 835 def @minimum_number_of_querying_users end |
#minimum_query_count ⇒ ::Integer
Returns the value of attribute minimum_query_count.
836 837 838 |
# File 'sig/types.rbs', line 836 def minimum_query_count @minimum_query_count end |
#mode ⇒ "ENABLED", "LEARN_ONLY"
Returns the value of attribute mode.
831 832 833 |
# File 'sig/types.rbs', line 831 def mode @mode end |
#query_log_look_back_window_in_days ⇒ ::Integer
Returns the value of attribute query_log_look_back_window_in_days.
833 834 835 |
# File 'sig/types.rbs', line 833 def query_log_look_back_window_in_days @query_log_look_back_window_in_days end |
#status ⇒ "ACTIVE", "UPDATING"
Returns the value of attribute status.
832 833 834 |
# File 'sig/types.rbs', line 832 def status @status end |
#total_suggestions_count ⇒ ::Integer
Returns the value of attribute total_suggestions_count.
839 840 841 |
# File 'sig/types.rbs', line 839 def total_suggestions_count @total_suggestions_count end |