Struct rusoto_ec2::InstanceCapacity [] [src]

pub struct InstanceCapacity {
    pub available_capacity: Option<i64>,
    pub instance_type: Option<String>,
    pub total_capacity: Option<i64>,
}

Information about the instance type that the Dedicated Host supports.

Fields

The number of instances that can still be launched onto the Dedicated Host.

The instance type size supported by the Dedicated Host.

The total number of instances that can be launched onto the Dedicated Host.

Trait Implementations

impl Default for InstanceCapacity
[src]

[src]

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

impl Debug for InstanceCapacity
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceCapacity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more