Struct rusoto_logs::ExportTaskExecutionInfo [] [src]

pub struct ExportTaskExecutionInfo {
    pub completion_time: Option<i64>,
    pub creation_time: Option<i64>,
}

Represents the status of an export task.

Fields

The completion time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

The creation time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

Trait Implementations

impl Default for ExportTaskExecutionInfo
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ExportTaskExecutionInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExportTaskExecutionInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more