Struct rusoto_ec2::CreateInstanceExportTaskRequest [] [src]

pub struct CreateInstanceExportTaskRequest {
    pub description: Option<String>,
    pub export_to_s3_task: Option<ExportToS3TaskSpecification>,
    pub instance_id: String,
    pub target_environment: Option<String>,
}

Contains the parameters for CreateInstanceExportTask.

Fields

A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

The format and location for an instance export task.

The ID of the instance.

The target virtualization environment.

Trait Implementations

impl Default for CreateInstanceExportTaskRequest
[src]

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

impl Debug for CreateInstanceExportTaskRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateInstanceExportTaskRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more