class
Amazonite::CloudWatchLogs::ImportBatch
- Amazonite::CloudWatchLogs::ImportBatch
- Reference
- Object
Overview
A collection of events being imported to CloudWatch
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/import_batch.crConstructors
- .new(batch_id : String, status : ImportStatus, error_message : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#batch_id : String
The unique identifier of the import batch.
-
#batch_id=(batch_id : String)
The unique identifier of the import batch.
-
#error_message : String | Nil
The error message if the batch failed to import.
-
#error_message=(error_message : String | Nil)
The error message if the batch failed to import.
-
#hash(hasher)
See
Object#hash(hasher) -
#status : ImportStatus
The current status of the import batch.
-
#status=(status : ImportStatus)
The current status of the import batch.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The error message if the batch failed to import. Only present when status is FAILED.
The error message if the batch failed to import. Only present when status is FAILED.
The current status of the import batch. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
The current status of the import batch. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.