Struct rusoto_appstream::ComputeCapacityStatus [] [src]

pub struct ComputeCapacityStatus {
    pub available: Option<i64>,
    pub desired: i64,
    pub in_use: Option<i64>,
    pub running: Option<i64>,
}

The capacity information for the fleet.

Fields

The number of currently available instances that can be used to stream sessions.

The desired number of streaming instances.

The number of instances that are being used for streaming.

The total number of simultaneous streaming instances that are running.

Trait Implementations

impl Default for ComputeCapacityStatus
[src]

[src]

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

impl Debug for ComputeCapacityStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComputeCapacityStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more