Struct aws_sdk_ec2::model::ElasticGpuHealth
source · #[non_exhaustive]pub struct ElasticGpuHealth { /* private fields */ }
Expand description
Describes the status of an Elastic Graphics accelerator.
Implementations§
source§impl ElasticGpuHealth
impl ElasticGpuHealth
sourcepub fn status(&self) -> Option<&ElasticGpuStatus>
pub fn status(&self) -> Option<&ElasticGpuStatus>
The health status.
source§impl ElasticGpuHealth
impl ElasticGpuHealth
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElasticGpuHealth
.
Trait Implementations§
source§impl Clone for ElasticGpuHealth
impl Clone for ElasticGpuHealth
source§fn clone(&self) -> ElasticGpuHealth
fn clone(&self) -> ElasticGpuHealth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ElasticGpuHealth
impl Debug for ElasticGpuHealth
source§impl PartialEq<ElasticGpuHealth> for ElasticGpuHealth
impl PartialEq<ElasticGpuHealth> for ElasticGpuHealth
source§fn eq(&self, other: &ElasticGpuHealth) -> bool
fn eq(&self, other: &ElasticGpuHealth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.