Class: Aws::CloudWatchLogs::Types::ListScheduledQueriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListScheduledQueriesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of scheduled queries to return in a single call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#state ⇒ String
Filter results by the state of scheduled queries (ENABLED or DISABLED).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of scheduled queries to return in a single call.
4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4443 class ListScheduledQueriesRequest < Struct.new( :max_results, :next_token, :state) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4443 class ListScheduledQueriesRequest < Struct.new( :max_results, :next_token, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Filter results by the state of scheduled queries (ENABLED or DISABLED).
4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4443 class ListScheduledQueriesRequest < Struct.new( :max_results, :next_token, :state) SENSITIVE = [] include Aws::Structure end |