Class: Aws::Types::RetrieveRequest
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_filter ⇒ Types::AttributeFilter
Returns the value of attribute attribute_filter.
-
#document_relevance_override_configurations ⇒ ::Array[Types::DocumentRelevanceConfiguration]
Returns the value of attribute document_relevance_override_configurations.
-
#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_text ⇒ ::String
Returns the value of attribute query_text.
-
#requested_document_attributes ⇒ ::Array[::String]
Returns the value of attribute requested_document_attributes.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#attribute_filter ⇒ Types::AttributeFilter
Returns the value of attribute attribute_filter.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def attribute_filter @attribute_filter end |
#document_relevance_override_configurations ⇒ ::Array[Types::DocumentRelevanceConfiguration]
Returns the value of attribute document_relevance_override_configurations.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def document_relevance_override_configurations @document_relevance_override_configurations end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def index_id @index_id end |
#page_number ⇒ ::Integer
Returns the value of attribute page_number.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def page_number @page_number end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def page_size @page_size end |
#query_text ⇒ ::String
Returns the value of attribute query_text.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def query_text @query_text end |
#requested_document_attributes ⇒ ::Array[::String]
Returns the value of attribute requested_document_attributes.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def requested_document_attributes @requested_document_attributes end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def user_context @user_context end |