Class: Aws::ConfigService::Types::ListStoredQueriesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to be returned with a single call.

Returns:

  • (Integer)


5256
5257
5258
5259
5260
5261
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5256

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

#next_tokenString

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Returns:

  • (String)


5256
5257
5258
5259
5260
5261
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5256

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