class
Amazonite::CloudWatchLogs::TriggerHistoryRecord
- Amazonite::CloudWatchLogs::TriggerHistoryRecord
- Reference
- Object
Overview
A record of a scheduled query execution, including execution status, timestamp, and destination processing results.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/trigger_history_record.crConstructors
- .new(pull : JSON::PullParser)
- .new(query_id : String | Nil = nil, execution_status : ExecutionStatus | Nil = nil, triggered_timestamp : Int64 | Nil = nil, error_message : String | Nil = nil, destinations : Array(ScheduledQueryDestination) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destinations : Array(ScheduledQueryDestination) | Nil
Information about destination processing for this query execution.
-
#destinations=(destinations : Array(ScheduledQueryDestination) | Nil)
Information about destination processing for this query execution.
-
#error_message : String | Nil
Error message if the query execution failed.
-
#error_message=(error_message : String | Nil)
Error message if the query execution failed.
-
#execution_status : ExecutionStatus | Nil
The execution status of the scheduled query run.
-
#execution_status=(execution_status : ExecutionStatus | Nil)
The execution status of the scheduled query run.
-
#hash(hasher)
See
Object#hash(hasher) -
#query_id : String | Nil
The unique identifier for this query execution.
-
#query_id=(query_id : String | Nil)
The unique identifier for this query execution.
-
#triggered_timestamp : Int64 | Nil
The timestamp when the scheduled query execution was triggered.
-
#triggered_timestamp=(triggered_timestamp : Int64 | Nil)
The timestamp when the scheduled query execution was triggered.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Information about destination processing for this query execution.
Information about destination processing for this query execution.
The execution status of the scheduled query run.
The timestamp when the scheduled query execution was triggered.
The timestamp when the scheduled query execution was triggered.