Struct rusoto_ec2::DescribeSpotFleetInstancesResponse [] [src]

pub struct DescribeSpotFleetInstancesResponse {
    pub active_instances: Vec<ActiveInstance>,
    pub next_token: Option<String>,
    pub spot_fleet_request_id: String,
}

Contains the output of DescribeSpotFleetInstances.

Fields

The running instances. Note that this list is refreshed periodically and might be out of date.

The token required to retrieve the next set of results. This value is null when there are no more results to return.

The ID of the Spot fleet request.

Trait Implementations

impl Default for DescribeSpotFleetInstancesResponse
[src]

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

impl Debug for DescribeSpotFleetInstancesResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeSpotFleetInstancesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more