Class: Aws::ResourceExplorer2::Types::ListServiceIndexesInput

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

#max_resultsInteger

The maximum number of index results to return in a single response. Valid values are between 1 and 100.

Returns:

  • (Integer)


1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1175

class ListServiceIndexesInput < Struct.new(
  :regions,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from a previous ListServiceIndexes response. Use this token to retrieve the next set of results.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1175

class ListServiceIndexesInput < Struct.new(
  :regions,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.

Returns:

  • (Array<String>)


1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1175

class ListServiceIndexesInput < Struct.new(
  :regions,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end