class
Amazonite::CloudWatchLogs::ExportTaskExecutionInfo
- Amazonite::CloudWatchLogs::ExportTaskExecutionInfo
- Reference
- Object
Overview
Represents the status of an export task.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/export_task_execution_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(creation_time : Int64 | Nil = nil, completion_time : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#completion_time : Int64 | Nil
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#completion_time=(completion_time : Int64 | Nil)
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#creation_time : Int64 | Nil
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#creation_time=(creation_time : Int64 | Nil)
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.