Struct rusoto_ec2::DescribeSpotFleetInstancesRequest [] [src]

pub struct DescribeSpotFleetInstancesRequest {
    pub dry_run: Option<bool>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub spot_fleet_request_id: String,
}

Contains the parameters for DescribeSpotFleetInstances.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

The token for the next set of results.

The ID of the Spot fleet request.

Trait Implementations

impl Default for DescribeSpotFleetInstancesRequest
[src]

[src]

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

impl Debug for DescribeSpotFleetInstancesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeSpotFleetInstancesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more