Class: Aws::Types::DescribeQuerySuggestionsConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_suggestions_configTypes::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_informationBoolean

Returns the value of attribute include_queries_without_user_information.

Returns:

  • (Boolean)


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::Integer)


835
836
837
# File 'sig/types.rbs', line 835

def minimum_number_of_querying_users
  @minimum_number_of_querying_users
end

#minimum_query_count::Integer

Returns the value of attribute minimum_query_count.

Returns:

  • (::Integer)


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.

Returns:

  • ("ENABLED", "LEARN_ONLY")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ACTIVE", "UPDATING")


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.

Returns:

  • (::Integer)


839
840
841
# File 'sig/types.rbs', line 839

def total_suggestions_count
  @total_suggestions_count
end