Struct aws_sdk_amp::model::RuleGroupsNamespaceDescription
source · #[non_exhaustive]pub struct RuleGroupsNamespaceDescription { /* private fields */ }
Expand description
Represents a description of the rule groups namespace.
Implementations§
source§impl RuleGroupsNamespaceDescription
impl RuleGroupsNamespaceDescription
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of this rule groups namespace.
sourcepub fn status(&self) -> Option<&RuleGroupsNamespaceStatus>
pub fn status(&self) -> Option<&RuleGroupsNamespaceStatus>
The status of rule groups namespace.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the rule groups namespace was created.
sourcepub fn modified_at(&self) -> Option<&DateTime>
pub fn modified_at(&self) -> Option<&DateTime>
The time when the rule groups namespace was modified.
The tags of this rule groups namespace.
source§impl RuleGroupsNamespaceDescription
impl RuleGroupsNamespaceDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupsNamespaceDescription
.
Trait Implementations§
source§impl Clone for RuleGroupsNamespaceDescription
impl Clone for RuleGroupsNamespaceDescription
source§fn clone(&self) -> RuleGroupsNamespaceDescription
fn clone(&self) -> RuleGroupsNamespaceDescription
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 PartialEq<RuleGroupsNamespaceDescription> for RuleGroupsNamespaceDescription
impl PartialEq<RuleGroupsNamespaceDescription> for RuleGroupsNamespaceDescription
source§fn eq(&self, other: &RuleGroupsNamespaceDescription) -> bool
fn eq(&self, other: &RuleGroupsNamespaceDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.