Struct rusoto_ec2::ElasticGpus [] [src]

pub struct ElasticGpus {
    pub availability_zone: Option<String>,
    pub elastic_gpu_health: Option<ElasticGpuHealth>,
    pub elastic_gpu_id: Option<String>,
    pub elastic_gpu_state: Option<String>,
    pub elastic_gpu_type: Option<String>,
    pub instance_id: Option<String>,
}

Describes an Elastic GPU.

Fields

The Availability Zone in the which the Elastic GPU resides.

The status of the Elastic GPU.

The ID of the Elastic GPU.

The state of the Elastic GPU.

The type of Elastic GPU.

The ID of the instance to which the Elastic GPU is attached.

Trait Implementations

impl Default for ElasticGpus
[src]

[src]

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

impl Debug for ElasticGpus
[src]

[src]

Formats the value using the given formatter.

impl Clone for ElasticGpus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more