class Amazonite::CloudWatchLogs::ExportTaskExecutionInfo

Overview

Represents the status of an export task.

Included Modules

Defined in:

cloudwatch_logs/export_task_execution_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(creation_time : Int64 | Nil = nil, completion_time : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def 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.


[View source]
def 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.


[View source]
def 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.


[View source]
def 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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]