class
Amazonite::CloudWatchLogs::GetScheduledQueryHistoryRequest
- Amazonite::CloudWatchLogs::GetScheduledQueryHistoryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_scheduled_query_history_request.crConstructors
- .new(identifier : String, start_time : Int64, end_time : Int64, execution_statuses : Array(ExecutionStatus) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_time : Int64
The end time for the history query in Unix epoch format.
-
#end_time=(end_time : Int64)
The end time for the history query in Unix epoch format.
-
#execution_statuses : Array(ExecutionStatus) | Nil
An array of execution statuses to filter the history results.
-
#execution_statuses=(execution_statuses : Array(ExecutionStatus) | Nil)
An array of execution statuses to filter the history results.
-
#hash(hasher)
See
Object#hash(hasher) -
#identifier : String
The ARN or name of the scheduled query to retrieve history for.
-
#identifier=(identifier : String)
The ARN or name of the scheduled query to retrieve history for.
-
#max_results : Int32 | Nil
The maximum number of history records to return.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of history records to return.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#start_time : Int64
The start time for the history query in Unix epoch format.
-
#start_time=(start_time : Int64)
The start time for the history query in Unix epoch format.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
The ARN or name of the scheduled query to retrieve history for.
The maximum number of history records to return. Valid range is 1 to 1000.
The maximum number of history records to return. Valid range is 1 to 1000.