Class: Aws::ResourceExplorer2::Types::ListServiceIndexesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexesArray<Types::Index>

A list of Index objects that describe the Resource Explorer indexes found in the specified Regions.

Returns:



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_tokenString

The pagination token to use in a subsequent ListServiceIndexes request to retrieve the next set of results.

Returns:

  • (String)


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