class
Amazonite::CloudWatchLogs::ExportTask
- Amazonite::CloudWatchLogs::ExportTask
- Reference
- Object
Overview
Represents an export task.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/export_task.crConstructors
- .new(pull : JSON::PullParser)
- .new(task_id : String | Nil = nil, task_name : String | Nil = nil, log_group_name : String | Nil = nil, from : Int64 | Nil = nil, to : Int64 | Nil = nil, destination : String | Nil = nil, destination_prefix : String | Nil = nil, status : ExportTaskStatus | Nil = nil, execution_info : ExportTaskExecutionInfo | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination : String | Nil
The name of the S3 bucket to which the log data was exported.
-
#destination=(destination : String | Nil)
The name of the S3 bucket to which the log data was exported.
-
#destination_prefix : String | Nil
The prefix that was used as the start of Amazon S3 key for every object exported.
-
#destination_prefix=(destination_prefix : String | Nil)
The prefix that was used as the start of Amazon S3 key for every object exported.
-
#execution_info : ExportTaskExecutionInfo | Nil
Execution information about the export task.
-
#execution_info=(execution_info : ExportTaskExecutionInfo | Nil)
Execution information about the export task.
-
#from : Int64 | Nil
The start time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#from=(from : Int64 | Nil)
The start time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String | Nil
The name of the log group from which logs data was exported.
-
#log_group_name=(log_group_name : String | Nil)
The name of the log group from which logs data was exported.
-
#status : ExportTaskStatus | Nil
The status of the export task.
-
#status=(status : ExportTaskStatus | Nil)
The status of the export task.
-
#task_id : String | Nil
The ID of the export task.
-
#task_id=(task_id : String | Nil)
The ID of the export task.
-
#task_name : String | Nil
The name of the export task.
-
#task_name=(task_name : String | Nil)
The name of the export task.
-
#to : Int64 | Nil
The end time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#to=(to : Int64 | Nil)
The end time, 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 name of the S3 bucket to which the log data was exported.
The prefix that was used as the start of Amazon S3 key for every object exported.
The prefix that was used as the start of Amazon S3 key for every object exported.
Execution information about the export task.
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events
with a timestamp before this time are not exported.
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events
with a timestamp before this time are not exported.
The name of the log group from which logs data was exported.
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events
with a timestamp later than this time are not exported.
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events
with a timestamp later than this time are not exported.