Class: Aws::CloudDirectory::Types::BatchListIndex

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_referenceTypes::ObjectReference

The reference to the index to list.



994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 994

class BatchListIndex < Struct.new(
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 994

class BatchListIndex < Struct.new(
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 994

class BatchListIndex < Struct.new(
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#ranges_on_indexed_valuesArray<Types::ObjectAttributeRange>

Specifies the ranges of indexed values that you want to query.

Returns:



994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 994

class BatchListIndex < Struct.new(
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end