Class: Aws::ResourceExplorer2::Types::ListServiceIndexesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListServiceIndexesOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#indexes ⇒ Array<Types::Index>
A list of
Indexobjects that describe the Resource Explorer indexes found in the specified Regions. -
#next_token ⇒ String
The pagination token to use in a subsequent
ListServiceIndexesrequest to retrieve the next set of results.
Instance Attribute Details
#indexes ⇒ Array<Types::Index>
A list of Index objects that describe the Resource Explorer
indexes found in the specified Regions.
1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1195 class ListServiceIndexesOutput < Struct.new( :indexes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use in a subsequent ListServiceIndexes
request to retrieve the next set of results.
1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1195 class ListServiceIndexesOutput < Struct.new( :indexes, :next_token) SENSITIVE = [] include Aws::Structure end |