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
sourceimpl 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.
sourceimpl RuleGroupsNamespaceDescription
impl RuleGroupsNamespaceDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupsNamespaceDescription.
Trait Implementations
sourceimpl Clone for RuleGroupsNamespaceDescription
impl Clone for RuleGroupsNamespaceDescription
sourcefn clone(&self) -> RuleGroupsNamespaceDescription
fn clone(&self) -> RuleGroupsNamespaceDescription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<RuleGroupsNamespaceDescription> for RuleGroupsNamespaceDescription
impl PartialEq<RuleGroupsNamespaceDescription> for RuleGroupsNamespaceDescription
sourcefn eq(&self, other: &RuleGroupsNamespaceDescription) -> bool
fn eq(&self, other: &RuleGroupsNamespaceDescription) -> bool
impl StructuralPartialEq for RuleGroupsNamespaceDescription
Auto Trait Implementations
impl RefUnwindSafe for RuleGroupsNamespaceDescription
impl Send for RuleGroupsNamespaceDescription
impl Sync for RuleGroupsNamespaceDescription
impl Unpin for RuleGroupsNamespaceDescription
impl UnwindSafe for RuleGroupsNamespaceDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more