Class: Aws::CloudDirectory::Types::BatchListAttachedIndices
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListAttachedIndices
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Lists indices attached to an object inside a BatchRead operation. For more information, see ListAttachedIndices and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#next_token ⇒ String
The pagination token.
-
#target_reference ⇒ Types::ObjectReference
A reference to the object that has indices attached.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve.
883 884 885 886 887 888 889 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 883 class BatchListAttachedIndices < Struct.new( :target_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
883 884 885 886 887 888 889 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 883 class BatchListAttachedIndices < Struct.new( :target_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#target_reference ⇒ Types::ObjectReference
A reference to the object that has indices attached.
883 884 885 886 887 888 889 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 883 class BatchListAttachedIndices < Struct.new( :target_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |