Struct rusoto_ec2::DescribeElasticGpusResult [] [src]

pub struct DescribeElasticGpusResult {
    pub elastic_gpu_set: Option<Vec<ElasticGpus>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

Information about the Elastic GPUs.

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

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

Trait Implementations

impl Default for DescribeElasticGpusResult
[src]

[src]

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

impl Debug for DescribeElasticGpusResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeElasticGpusResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more