#[non_exhaustive]pub struct CreateRuleGroupsNamespaceOutput {
pub name: Option<String>,
pub arn: Option<String>,
pub status: Option<RuleGroupsNamespaceStatus>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
Represents the output of a CreateRuleGroupsNamespace operation.
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.name: Option<String>
The rule groups namespace name.
arn: Option<String>
The Amazon Resource Name (ARN) of this rule groups namespace.
status: Option<RuleGroupsNamespaceStatus>
The status of rule groups namespace.
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 tags of this rule groups namespace.
Creates a new builder-style object to manufacture CreateRuleGroupsNamespaceOutput
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 CreateRuleGroupsNamespaceOutput
impl Sync for CreateRuleGroupsNamespaceOutput
impl Unpin for CreateRuleGroupsNamespaceOutput
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