Class: Aws::CloudDirectory::Types::ListAttachedIndicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListAttachedIndicesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_attachments ⇒ Array<Types::IndexAttachment>
The indices attached to the specified object.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#index_attachments ⇒ Array<Types::IndexAttachment>
The indices attached to the specified object.
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_token ⇒ String
The pagination token.
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 |