Class: Aws::Types::UpdateQuerySuggestionsConfigRequest

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

Returns the value of attribute include_queries_without_user_information.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2133
2134
2135
# File 'sig/types.rbs', line 2133

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)


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.

Returns:

  • ("ENABLED", "LEARN_ONLY")


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.

Returns:

  • (::Integer)


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