Class: Aws::CloudDirectory::Types::BatchListIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListIndexResponse
- 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
-
#index_attachments ⇒ Array<Types::IndexAttachment>
The objects and indexed values attached to the index.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#index_attachments ⇒ Array<Types::IndexAttachment>
The objects and indexed values attached to the index.
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_token ⇒ String
The pagination token.
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 |