Class: Aws::TimestreamQuery::Types::ListScheduledQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ListScheduledQueriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#scheduled_queries ⇒ Array<Types::ScheduledQuery>
A list of scheduled queries.
Instance Attribute Details
#next_token ⇒ String
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 580 class ListScheduledQueriesResponse < Struct.new( :scheduled_queries, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_queries ⇒ Array<Types::ScheduledQuery>
A list of scheduled queries.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 580 class ListScheduledQueriesResponse < Struct.new( :scheduled_queries, :next_token) SENSITIVE = [] include Aws::Structure end |