Struct aws_sdk_eks::types::AddonHealth
source · #[non_exhaustive]pub struct AddonHealth { /* private fields */ }Expand description
The health of the add-on.
Implementations§
source§impl AddonHealth
impl AddonHealth
sourcepub fn issues(&self) -> Option<&[AddonIssue]>
pub fn issues(&self) -> Option<&[AddonIssue]>
An object representing the health issues for an add-on.
source§impl AddonHealth
impl AddonHealth
sourcepub fn builder() -> AddonHealthBuilder
pub fn builder() -> AddonHealthBuilder
Creates a new builder-style object to manufacture AddonHealth.
Trait Implementations§
source§impl Clone for AddonHealth
impl Clone for AddonHealth
source§fn clone(&self) -> AddonHealth
fn clone(&self) -> AddonHealth
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 AddonHealth
impl Debug for AddonHealth
source§impl PartialEq<AddonHealth> for AddonHealth
impl PartialEq<AddonHealth> for AddonHealth
source§fn eq(&self, other: &AddonHealth) -> bool
fn eq(&self, other: &AddonHealth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.