Class: Aws::CloudDirectory::Types::BatchListAttachedIndices

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


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_tokenString

The pagination token.

Returns:

  • (String)


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_referenceTypes::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