Class: Aws::CloudDirectory::Types::ListAttachedIndicesResponse

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 indices attached to the specified object.

Returns:



3518
3519
3520
3521
3522
3523
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3518

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3518
3519
3520
3521
3522
3523
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3518

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