Class: Aws::Types::QueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::QueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_filter ⇒ Types::AttributeFilter
Returns the value of attribute attribute_filter.
-
#collapse_configuration ⇒ Types::CollapseConfiguration
Returns the value of attribute collapse_configuration.
-
#document_relevance_override_configurations ⇒ ::Array[Types::DocumentRelevanceConfiguration]
Returns the value of attribute document_relevance_override_configurations.
-
#facets ⇒ ::Array[Types::Facet]
Returns the value of attribute facets.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#page_number ⇒ ::Integer
Returns the value of attribute page_number.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#query_result_type_filter ⇒ "DOCUMENT", ...
Returns the value of attribute query_result_type_filter.
-
#query_text ⇒ ::String
Returns the value of attribute query_text.
-
#requested_document_attributes ⇒ ::Array[::String]
Returns the value of attribute requested_document_attributes.
-
#sorting_configuration ⇒ Types::SortingConfiguration
Returns the value of attribute sorting_configuration.
-
#sorting_configurations ⇒ ::Array[Types::SortingConfiguration]
Returns the value of attribute sorting_configurations.
-
#spell_correction_configuration ⇒ Types::SpellCorrectionConfiguration
Returns the value of attribute spell_correction_configuration.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
-
#visitor_id ⇒ ::String
Returns the value of attribute visitor_id.
Instance Attribute Details
#attribute_filter ⇒ Types::AttributeFilter
Returns the value of attribute attribute_filter.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def attribute_filter @attribute_filter end |
#collapse_configuration ⇒ Types::CollapseConfiguration
Returns the value of attribute collapse_configuration.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def collapse_configuration @collapse_configuration end |
#document_relevance_override_configurations ⇒ ::Array[Types::DocumentRelevanceConfiguration]
Returns the value of attribute document_relevance_override_configurations.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def document_relevance_override_configurations @document_relevance_override_configurations end |
#facets ⇒ ::Array[Types::Facet]
Returns the value of attribute facets.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def facets @facets end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def index_id @index_id end |
#page_number ⇒ ::Integer
Returns the value of attribute page_number.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def page_number @page_number end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def page_size @page_size end |
#query_result_type_filter ⇒ "DOCUMENT", ...
Returns the value of attribute query_result_type_filter.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def query_result_type_filter @query_result_type_filter end |
#query_text ⇒ ::String
Returns the value of attribute query_text.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def query_text @query_text end |
#requested_document_attributes ⇒ ::Array[::String]
Returns the value of attribute requested_document_attributes.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def requested_document_attributes @requested_document_attributes end |
#sorting_configuration ⇒ Types::SortingConfiguration
Returns the value of attribute sorting_configuration.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def sorting_configuration @sorting_configuration end |
#sorting_configurations ⇒ ::Array[Types::SortingConfiguration]
Returns the value of attribute sorting_configurations.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def sorting_configurations @sorting_configurations end |
#spell_correction_configuration ⇒ Types::SpellCorrectionConfiguration
Returns the value of attribute spell_correction_configuration.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def spell_correction_configuration @spell_correction_configuration end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def user_context @user_context end |
#visitor_id ⇒ ::String
Returns the value of attribute visitor_id.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def visitor_id @visitor_id end |