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]

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

impl Debug for InstanceCount
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstanceCount
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations