Struct rusoto_ec2::InstanceCount [] [src]

pub struct InstanceCount {
    pub instance_count: Option<i64>,
    pub state: Option<String>,
}

Describes a Reserved Instance listing state.

Fields

The number of listed Reserved Instances in the state specified by the state.

The states of the listed Reserved Instances.

Trait Implementations

impl Default for InstanceCount
[src]

[src]

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

impl Debug for InstanceCount
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceCount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more