Struct rusoto_ec2::SpotFleetRequestConfig [] [src]

pub struct SpotFleetRequestConfig {
    pub activity_status: Option<String>,
    pub create_time: String,
    pub spot_fleet_request_config: SpotFleetRequestConfigData,
    pub spot_fleet_request_id: String,
    pub spot_fleet_request_state: String,
}

Describes a Spot fleet request.

Fields

The progress of the Spot fleet request. If there is an error, the status is error. After all bids are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot instances are terminating.

The creation date and time of the request.

Information about the configuration of the Spot fleet request.

The ID of the Spot fleet request.

The state of the Spot fleet request.

Trait Implementations

impl Default for SpotFleetRequestConfig
[src]

[src]

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

impl Debug for SpotFleetRequestConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for SpotFleetRequestConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more