Class: Aws::CloudWatchLogs::Types::ListScheduledQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListScheduledQueriesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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>
An array of scheduled query summary information.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
5075 5076 5077 5078 5079 5080 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5075 class ListScheduledQueriesResponse < Struct.new( :next_token, :scheduled_queries) SENSITIVE = [] include Aws::Structure end |
#scheduled_queries ⇒ Array<Types::ScheduledQuerySummary>
An array of scheduled query summary information.
5075 5076 5077 5078 5079 5080 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5075 class ListScheduledQueriesResponse < Struct.new( :next_token, :scheduled_queries) SENSITIVE = [] include Aws::Structure end |