Struct rusoto_ec2::InstanceExportDetails [] [src]

pub struct InstanceExportDetails {
    pub instance_id: Option<String>,
    pub target_environment: Option<String>,
}

Describes an instance to export.

Fields

The ID of the resource being exported.

The target virtualization environment.

Trait Implementations

impl Default for InstanceExportDetails
[src]

[src]

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

impl Debug for InstanceExportDetails
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceExportDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more