Struct rusoto_ec2::ActiveInstance [] [src]

pub struct ActiveInstance {
    pub instance_id: Option<String>,
    pub instance_type: Option<String>,
    pub spot_instance_request_id: Option<String>,
}

Describes a running instance in a Spot fleet.

Fields

The ID of the instance.

The instance type.

The ID of the Spot instance request.

Trait Implementations

impl Default for ActiveInstance
[src]

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

impl Debug for ActiveInstance
[src]

Formats the value using the given formatter.

impl Clone for ActiveInstance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more