Struct rusoto_ec2::ExportTask [] [src]

pub struct ExportTask {
    pub description: Option<String>,
    pub export_task_id: Option<String>,
    pub export_to_s3_task: Option<ExportToS3Task>,
    pub instance_export_details: Option<InstanceExportDetails>,
    pub state: Option<String>,
    pub status_message: Option<String>,
}

Describes an instance export task.

Fields

A description of the resource being exported.

The ID of the export task.

Information about the export task.

Information about the instance to export.

The state of the export task.

The status message related to the export task.

Trait Implementations

impl Default for ExportTask
[src]

[src]

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

impl Debug for ExportTask
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExportTask
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more