Struct rusoto_ec2::DescribeSpotFleetRequestsRequest [] [src]

pub struct DescribeSpotFleetRequestsRequest {
    pub dry_run: Option<bool>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub spot_fleet_request_ids: Option<Vec<String>>,
}

Contains the parameters for DescribeSpotFleetRequests.

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 IDs of the Spot fleet requests.

Trait Implementations

impl Default for DescribeSpotFleetRequestsRequest
[src]

[src]

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

impl Debug for DescribeSpotFleetRequestsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeSpotFleetRequestsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more