Class: Aws::ConfigService::Types::ListStoredQueriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListStoredQueriesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be returned with a single call.
-
#next_token ⇒ String
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be returned with a single call.
5689 5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-configservice/types.rb', line 5689 class ListStoredQueriesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
5689 5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-configservice/types.rb', line 5689 class ListStoredQueriesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |