Class: Aws::ResourceExplorer2::Types::ListServiceIndexesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListServiceIndexesInput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of index results to return in a single response.
-
#next_token ⇒ String
The pagination token from a previous
ListServiceIndexesresponse. -
#regions ⇒ Array<String>
A list of Amazon Web Services Regions to include in the search for indexes.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of index results to return in a single response.
Valid values are between 1 and 100.
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_token ⇒ String
The pagination token from a previous ListServiceIndexes response.
Use this token to retrieve the next set of results.
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 |
#regions ⇒ Array<String>
A list of Amazon Web Services Regions to include in the search for indexes. If not specified, indexes from all Regions are returned.
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 |