#[non_exhaustive]pub struct DeleteRuleGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteRuleGroupOutput
impl DeleteRuleGroupOutput
sourcepub fn rule_group_response(&self) -> Option<&RuleGroupResponse>
pub fn rule_group_response(&self) -> 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
.
source§impl DeleteRuleGroupOutput
impl DeleteRuleGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRuleGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteRuleGroupOutput
impl Clone for DeleteRuleGroupOutput
source§fn clone(&self) -> DeleteRuleGroupOutput
fn clone(&self) -> DeleteRuleGroupOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteRuleGroupOutput
impl Debug for DeleteRuleGroupOutput
source§impl PartialEq<DeleteRuleGroupOutput> for DeleteRuleGroupOutput
impl PartialEq<DeleteRuleGroupOutput> for DeleteRuleGroupOutput
source§fn eq(&self, other: &DeleteRuleGroupOutput) -> bool
fn eq(&self, other: &DeleteRuleGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.