Struct rusoto_gamelift::UpdateFleetCapacityInput [] [src]

pub struct UpdateFleetCapacityInput {
    pub desired_instances: Option<i64>,
    pub fleet_id: String,
    pub max_size: Option<i64>,
    pub min_size: Option<i64>,
}

Represents the input for a request action.

Fields

Number of EC2 instances you want this fleet to host.

Unique identifier for a fleet to update capacity for.

Maximum value allowed for the fleet's instance count. Default if not set is 1.

Minimum value allowed for the fleet's instance count. Default if not set is 0.

Trait Implementations

impl Default for UpdateFleetCapacityInput
[src]

[src]

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

impl Debug for UpdateFleetCapacityInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateFleetCapacityInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more