Struct rusoto_ec2::AvailableCapacity [] [src]

pub struct AvailableCapacity {
    pub available_instance_capacity: Option<Vec<InstanceCapacity>>,
    pub available_v_cpus: Option<i64>,
}

The capacity information for instances launched onto the Dedicated Host.

Fields

The total number of instances that the Dedicated Host supports.

The number of vCPUs available on the Dedicated Host.

Trait Implementations

impl Default for AvailableCapacity
[src]

[src]

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

impl Debug for AvailableCapacity
[src]

[src]

Formats the value using the given formatter.

impl Clone for AvailableCapacity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more