Struct rusoto_ec2::HostInstance [] [src]

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

Describes an instance running on a Dedicated Host.

Fields

the IDs of instances that are running on the Dedicated Host.

The instance type size (for example, m3.medium) of the running instance.

Trait Implementations

impl Default for HostInstance
[src]

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

impl Debug for HostInstance
[src]

Formats the value using the given formatter.

impl Clone for HostInstance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more