#[non_exhaustive]pub struct DeleteRuleGroupOutput {
pub rule_group_response: Option<RuleGroupResponse>,
}
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.rule_group_response: Option<RuleGroupResponse>
The high-level properties of a rule group. This, along with the RuleGroup
, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup
.
Implementations
The high-level properties of a rule group. This, along with the RuleGroup
, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup
.
Creates a new builder-style object to manufacture DeleteRuleGroupOutput
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 RefUnwindSafe for DeleteRuleGroupOutput
impl Send for DeleteRuleGroupOutput
impl Sync for DeleteRuleGroupOutput
impl Unpin for DeleteRuleGroupOutput
impl UnwindSafe for DeleteRuleGroupOutput
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