Class: Aws::CloudDirectory::Types::BatchListIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListIndex
- 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
-
#index_reference ⇒ Types::ObjectReference
The reference to the index to list.
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#next_token ⇒ String
The pagination token.
-
#ranges_on_indexed_values ⇒ Array<Types::ObjectAttributeRange>
Specifies the ranges of indexed values that you want to query.
Instance Attribute Details
#index_reference ⇒ Types::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_results ⇒ Integer
The maximum number of results to retrieve.
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_token ⇒ String
The pagination token.
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_values ⇒ Array<Types::ObjectAttributeRange>
Specifies the ranges of indexed values that you want to query.
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 |