class
Amazonite::CloudWatchLogs::CreateImportTaskResponse
- Amazonite::CloudWatchLogs::CreateImportTaskResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_import_task_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_id : String | Nil = nil, import_destination_arn : String | Nil = nil, creation_time : Int64 | Nil = nil)
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_destination_arn : String | Nil
The ARN of the CloudWatch Logs log group created as the destination for the imported events.
-
#import_destination_arn=(import_destination_arn : String | Nil)
The ARN of the CloudWatch Logs log group created as the destination for the imported events.
-
#import_id : String | Nil
A unique identifier for the import task.
-
#import_id=(import_id : String | Nil)
A unique identifier for the import task.
- #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.
The ARN of the CloudWatch Logs log group created as the destination for the imported events.
The ARN of the CloudWatch Logs log group created as the destination for the imported events.