Class: Aws::CloudDirectory::Types::ListIndexResponse

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

Overview

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:



3802
3803
3804
3805
3806
3807
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3802

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3802
3803
3804
3805
3806
3807
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3802

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