Struct aws_sdk_eks::types::ClusterHealth
source · #[non_exhaustive]pub struct ClusterHealth { /* private fields */ }Expand description
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.
Implementations§
source§impl ClusterHealth
impl ClusterHealth
sourcepub fn issues(&self) -> Option<&[ClusterIssue]>
pub fn issues(&self) -> Option<&[ClusterIssue]>
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
source§impl ClusterHealth
impl ClusterHealth
sourcepub fn builder() -> ClusterHealthBuilder
pub fn builder() -> ClusterHealthBuilder
Creates a new builder-style object to manufacture ClusterHealth.
Trait Implementations§
source§impl Clone for ClusterHealth
impl Clone for ClusterHealth
source§fn clone(&self) -> ClusterHealth
fn clone(&self) -> ClusterHealth
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 ClusterHealth
impl Debug for ClusterHealth
source§impl PartialEq<ClusterHealth> for ClusterHealth
impl PartialEq<ClusterHealth> for ClusterHealth
source§fn eq(&self, other: &ClusterHealth) -> bool
fn eq(&self, other: &ClusterHealth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.