class
Amazonite::CloudWatchLogs::CancelImportTaskResponse
- Amazonite::CloudWatchLogs::CancelImportTaskResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/cancel_import_task_response.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#import_id : String | Nil
The ID of the cancelled import task.
-
#import_id=(import_id : String | Nil)
The ID of the cancelled import task.
-
#import_statistics : ImportStatistics | Nil
Statistics about the import progress at the time of cancellation.
-
#import_statistics=(import_statistics : ImportStatistics | Nil)
Statistics about the import progress at the time of cancellation.
-
#import_status : ImportStatus | Nil
The final status of the import task.
-
#import_status=(import_status : ImportStatus | Nil)
The final status of the import task.
-
#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.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Statistics about the import progress at the time of cancellation.
Statistics about the import progress at the time of cancellation.
The final status of the import task. This will be set to CANCELLED.
The final status of the import task. This will be set to CANCELLED.
The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.