Class: Aws::CloudDirectory::Types::BatchListAttachedIndicesResponse

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

Overview

Represents the output of a ListAttachedIndices response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_attachmentsArray<Types::IndexAttachment>

The indices attached to the specified object.

Returns:



903
904
905
906
907
908
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 903

class BatchListAttachedIndicesResponse < Struct.new(
  :index_attachments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


903
904
905
906
907
908
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 903

class BatchListAttachedIndicesResponse < Struct.new(
  :index_attachments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end