Struct rusoto_ec2::ModifySpotFleetRequestRequest [] [src]

pub struct ModifySpotFleetRequestRequest {
    pub excess_capacity_termination_policy: Option<String>,
    pub spot_fleet_request_id: String,
    pub target_capacity: Option<i64>,
}

Contains the parameters for ModifySpotFleetRequest.

Fields

Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.

The ID of the Spot fleet request.

The size of the fleet.

Trait Implementations

impl Default for ModifySpotFleetRequestRequest
[src]

[src]

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

impl Debug for ModifySpotFleetRequestRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModifySpotFleetRequestRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more