Class: Aws::Types::RetrieveRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1675
1676
1677
# File 'sig/types.rbs', line 1675

def requested_document_attributes
  @requested_document_attributes
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



1679
1680
1681
# File 'sig/types.rbs', line 1679

def user_context
  @user_context
end