Struct rusoto_ec2::DescribeElasticGpusRequest [] [src]

pub struct DescribeElasticGpusRequest {
    pub dry_run: Option<bool>,
    pub elastic_gpu_ids: Option<Vec<String>>,
    pub filters: Option<Vec<Filter>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

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.

One or more Elastic GPU IDs.

One or more filters.

  • availability-zone - The Availability Zone in which the Elastic GPU resides.

  • elastic-gpu-health - The status of the Elastic GPU (OK | IMPAIRED).

  • elastic-gpu-state - The state of the Elastic GPU (ATTACHED).

  • elastic-gpu-type - The type of Elastic GPU; for example, eg1.medium.

  • instance-id - The ID of the instance to which the Elastic GPU is associated.

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

The token to request the next page of results.

Trait Implementations

impl Default for DescribeElasticGpusRequest
[src]

[src]

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

impl Debug for DescribeElasticGpusRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeElasticGpusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more