Struct aws_sdk_amp::model::RuleGroupsNamespaceDescription
source · [−]#[non_exhaustive]pub struct RuleGroupsNamespaceDescription {
pub arn: Option<String>,
pub name: Option<String>,
pub status: Option<RuleGroupsNamespaceStatus>,
pub data: Option<Blob>,
pub created_at: Option<DateTime>,
pub modified_at: Option<DateTime>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
Represents a description of the rule groups namespace.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) of this rule groups namespace.
name: Option<String>
The rule groups namespace name.
status: Option<RuleGroupsNamespaceStatus>
The status of rule groups namespace.
data: Option<Blob>
The rule groups namespace data.
created_at: Option<DateTime>
The time when the rule groups namespace was created.
modified_at: Option<DateTime>
The time when the rule groups namespace was modified.
The tags of this rule groups namespace.
Implementations
The Amazon Resource Name (ARN) of this rule groups namespace.
The status of rule groups namespace.
The time when the rule groups namespace was created.
The time when the rule groups namespace was modified.
The tags of this rule groups namespace.
Creates a new builder-style object to manufacture RuleGroupsNamespaceDescription
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RuleGroupsNamespaceDescription
impl Sync for RuleGroupsNamespaceDescription
impl Unpin for RuleGroupsNamespaceDescription
impl UnwindSafe for RuleGroupsNamespaceDescription
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more