Struct aws_sdk_amp::model::RuleGroupsNamespaceSummary
source · #[non_exhaustive]pub struct RuleGroupsNamespaceSummary { /* private fields */ }
Expand description
Represents a summary of the rule groups namespace.
Implementations§
source§impl RuleGroupsNamespaceSummary
impl RuleGroupsNamespaceSummary
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 RuleGroupsNamespaceSummary
impl RuleGroupsNamespaceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupsNamespaceSummary
.
Trait Implementations§
source§impl Clone for RuleGroupsNamespaceSummary
impl Clone for RuleGroupsNamespaceSummary
source§fn clone(&self) -> RuleGroupsNamespaceSummary
fn clone(&self) -> RuleGroupsNamespaceSummary
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 RuleGroupsNamespaceSummary
impl Debug for RuleGroupsNamespaceSummary
source§impl PartialEq<RuleGroupsNamespaceSummary> for RuleGroupsNamespaceSummary
impl PartialEq<RuleGroupsNamespaceSummary> for RuleGroupsNamespaceSummary
source§fn eq(&self, other: &RuleGroupsNamespaceSummary) -> bool
fn eq(&self, other: &RuleGroupsNamespaceSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.