Class: Aws::TimestreamQuery::Types::ListScheduledQueriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ListScheduledQueriesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return in the output.
-
#next_token ⇒ String
A pagination token to resume pagination.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return in the output. If the total number of items available is more than the value specified, a ‘NextToken` is provided in the output. To resume pagination, provide the `NextToken` value as the argument to the subsequent call to `ListScheduledQueriesRequest`.
562 563 564 565 566 567 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 562 class ListScheduledQueriesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to resume pagination.
562 563 564 565 566 567 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 562 class ListScheduledQueriesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |