Struct aws_sdk_amp::model::RuleGroupsNamespaceStatus
source · #[non_exhaustive]pub struct RuleGroupsNamespaceStatus { /* private fields */ }
Expand description
Represents the status of a namespace.
Implementations§
source§impl RuleGroupsNamespaceStatus
impl RuleGroupsNamespaceStatus
sourcepub fn status_code(&self) -> Option<&RuleGroupsNamespaceStatusCode>
pub fn status_code(&self) -> Option<&RuleGroupsNamespaceStatusCode>
Status code of this namespace.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for failure if any.
source§impl RuleGroupsNamespaceStatus
impl RuleGroupsNamespaceStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupsNamespaceStatus
.
Trait Implementations§
source§impl Clone for RuleGroupsNamespaceStatus
impl Clone for RuleGroupsNamespaceStatus
source§fn clone(&self) -> RuleGroupsNamespaceStatus
fn clone(&self) -> RuleGroupsNamespaceStatus
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 RuleGroupsNamespaceStatus
impl Debug for RuleGroupsNamespaceStatus
source§impl PartialEq<RuleGroupsNamespaceStatus> for RuleGroupsNamespaceStatus
impl PartialEq<RuleGroupsNamespaceStatus> for RuleGroupsNamespaceStatus
source§fn eq(&self, other: &RuleGroupsNamespaceStatus) -> bool
fn eq(&self, other: &RuleGroupsNamespaceStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.