Struct aws_sdk_amp::output::PutRuleGroupsNamespaceOutput
source · [−]#[non_exhaustive]pub struct PutRuleGroupsNamespaceOutput {
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 PutRuleGroupsNamespace 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 PutRuleGroupsNamespaceOutput
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 PutRuleGroupsNamespaceOutput
impl Sync for PutRuleGroupsNamespaceOutput
impl Unpin for PutRuleGroupsNamespaceOutput
impl UnwindSafe for PutRuleGroupsNamespaceOutput
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