Class: Aws::CloudDirectory::Types::BatchListIndexResponse

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

Overview

Represents the output of a ListIndex response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_attachmentsArray<Types::IndexAttachment>

The objects and indexed values attached to the index.

Returns:



1015
1016
1017
1018
1019
1020
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1015

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1015

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