Struct rusoto_ec2::HostProperties [] [src]

pub struct HostProperties {
    pub cores: Option<i64>,
    pub instance_type: Option<String>,
    pub sockets: Option<i64>,
    pub total_v_cpus: Option<i64>,
}

Describes properties of a Dedicated Host.

Fields

The number of cores on the Dedicated Host.

The instance type size that the Dedicated Host supports (for example, m3.medium).

The number of sockets on the Dedicated Host.

The number of vCPUs on the Dedicated Host.

Trait Implementations

impl Default for HostProperties
[src]

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

impl Debug for HostProperties
[src]

Formats the value using the given formatter.

impl Clone for HostProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more