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]

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

impl Debug for ExportTask
[src]

Formats the value using the given formatter. Read more

impl Clone for ExportTask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExportTask
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ExportTask

impl Sync for ExportTask