Struct rusoto_ec2::ElasticGpuHealth [] [src]

pub struct ElasticGpuHealth {
    pub status: Option<String>,
}

Describes the status of an Elastic GPU.

Fields

The health status.

Trait Implementations

impl Default for ElasticGpuHealth
[src]

[src]

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

impl Debug for ElasticGpuHealth
[src]

[src]

Formats the value using the given formatter.

impl Clone for ElasticGpuHealth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more