Class: Aws::Types::GetQuerySuggestionsRequest

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

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("QUERY" | "DOCUMENT_ATTRIBUTES")])


1137
1138
1139
# File 'sig/types.rbs', line 1137

def suggestion_types
  @suggestion_types
end