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