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]

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

impl Debug for InstanceExportDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceExportDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstanceExportDetails
[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