Class: Aws::CloudWatchLogs::Types::GetScheduledQueryHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetScheduledQueryHistoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Integer
The end time for the history query in Unix epoch format.
-
#execution_statuses ⇒ Array<String>
An array of execution statuses to filter the history results.
-
#identifier ⇒ String
The ARN or name of the scheduled query to retrieve history for.
-
#max_results ⇒ Integer
The maximum number of history records to return.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#start_time ⇒ Integer
The start time for the history query in Unix epoch format.
Instance Attribute Details
#end_time ⇒ Integer
The end time for the history query in Unix epoch format.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100 class GetScheduledQueryHistoryRequest < Struct.new( :identifier, :start_time, :end_time, :execution_statuses, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#execution_statuses ⇒ Array<String>
An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100 class GetScheduledQueryHistoryRequest < Struct.new( :identifier, :start_time, :end_time, :execution_statuses, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ARN or name of the scheduled query to retrieve history for.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100 class GetScheduledQueryHistoryRequest < Struct.new( :identifier, :start_time, :end_time, :execution_statuses, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of history records to return. Valid range is 1 to 1000.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100 class GetScheduledQueryHistoryRequest < Struct.new( :identifier, :start_time, :end_time, :execution_statuses, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100 class GetScheduledQueryHistoryRequest < Struct.new( :identifier, :start_time, :end_time, :execution_statuses, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Integer
The start time for the history query in Unix epoch format.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4100 class GetScheduledQueryHistoryRequest < Struct.new( :identifier, :start_time, :end_time, :execution_statuses, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |