Class: Aws::CloudWatchLogs::Types::ListScheduledQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListScheduledQueriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#scheduled_queries ⇒ Array<Types::ScheduledQuerySummary>
The list of scheduled queries with summary information.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4462 class ListScheduledQueriesResponse < Struct.new( :next_token, :scheduled_queries) SENSITIVE = [] include Aws::Structure end |
#scheduled_queries ⇒ Array<Types::ScheduledQuerySummary>
The list of scheduled queries with summary information.
4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4462 class ListScheduledQueriesResponse < Struct.new( :next_token, :scheduled_queries) SENSITIVE = [] include Aws::Structure end |