Struct rusoto_opsworks::InstancesCount [] [src]

pub struct InstancesCount {
    pub assigning: Option<Integer>,
    pub booting: Option<Integer>,
    pub connection_lost: Option<Integer>,
    pub deregistering: Option<Integer>,
    pub online: Option<Integer>,
    pub pending: Option<Integer>,
    pub rebooting: Option<Integer>,
    pub registered: Option<Integer>,
    pub registering: Option<Integer>,
    pub requested: Option<Integer>,
    pub running_setup: Option<Integer>,
    pub setup_failed: Option<Integer>,
    pub shutting_down: Option<Integer>,
    pub start_failed: Option<Integer>,
    pub stopped: Option<Integer>,
    pub stopping: Option<Integer>,
    pub terminated: Option<Integer>,
    pub terminating: Option<Integer>,
    pub unassigning: Option<Integer>,
}

Describes how many instances a stack has for each status.

Fields

The number of instances in the Assigning state.

The number of instances with booting status.

The number of instances with connection_lost status.

The number of instances in the Deregistering state.

The number of instances with online status.

The number of instances with pending status.

The number of instances with rebooting status.

The number of instances in the Registered state.

The number of instances in the Registering state.

The number of instances with requested status.

The number of instances with running_setup status.

The number of instances with setup_failed status.

The number of instances with shutting_down status.

The number of instances with start_failed status.

The number of instances with stopped status.

The number of instances with stopping status.

The number of instances with terminated status.

The number of instances with terminating status.

The number of instances in the Unassigning state.

Trait Implementations

impl Default for InstancesCount
[src]

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

impl Debug for InstancesCount
[src]

Formats the value using the given formatter.

impl Clone for InstancesCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more