class Amazonite::CloudWatchLogs::CancelImportTaskResponse

Included Modules

Defined in:

cloudwatch_logs/cancel_import_task_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(import_id : String | Nil = nil, import_statistics : ImportStatistics | Nil = nil, import_status : ImportStatus | Nil = nil, creation_time : Int64 | Nil = nil, last_updated_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 creation_time : Int64 | Nil #

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def creation_time=(creation_time : Int64 | Nil) #

The timestamp when the import task was created, 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 import_id : String | Nil #

The ID of the cancelled import task.


[View source]
def import_id=(import_id : String | Nil) #

The ID of the cancelled import task.


[View source]
def import_statistics : ImportStatistics | Nil #

Statistics about the import progress at the time of cancellation.


[View source]
def import_statistics=(import_statistics : ImportStatistics | Nil) #

Statistics about the import progress at the time of cancellation.


[View source]
def import_status : ImportStatus | Nil #

The final status of the import task. This will be set to CANCELLED.


[View source]
def import_status=(import_status : ImportStatus | Nil) #

The final status of the import task. This will be set to CANCELLED.


[View source]
def last_updated_time : Int64 | Nil #

The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def last_updated_time=(last_updated_time : Int64 | Nil) #

The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def validate! : Nil #

[View source]