Struct rusoto_ec2::ElasticGpuAssociation [] [src]

pub struct ElasticGpuAssociation {
    pub elastic_gpu_association_id: Option<String>,
    pub elastic_gpu_association_state: Option<String>,
    pub elastic_gpu_association_time: Option<String>,
    pub elastic_gpu_id: Option<String>,
}

Describes the association between an instance and an Elastic GPU.

Fields

The ID of the association.

The state of the association between the instance and the Elastic GPU.

The time the Elastic GPU was associated with the instance.

The ID of the Elastic GPU.

Trait Implementations

impl Default for ElasticGpuAssociation
[src]

[src]

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

impl Debug for ElasticGpuAssociation
[src]

[src]

Formats the value using the given formatter.

impl Clone for ElasticGpuAssociation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more