Struct aws_sdk_wafv2::output::CreateRuleGroupOutput
source · [−]#[non_exhaustive]pub struct CreateRuleGroupOutput {
pub summary: Option<RuleGroupSummary>,
}
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.summary: Option<RuleGroupSummary>
High-level information about a RuleGroup
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RuleGroup
, and the ARN, that you provide to the RuleGroupReferenceStatement
to use the rule group in a Rule
.
Implementations
High-level information about a RuleGroup
, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RuleGroup
, and the ARN, that you provide to the RuleGroupReferenceStatement
to use the rule group in a Rule
.
Creates a new builder-style object to manufacture CreateRuleGroupOutput
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 CreateRuleGroupOutput
impl Send for CreateRuleGroupOutput
impl Sync for CreateRuleGroupOutput
impl Unpin for CreateRuleGroupOutput
impl UnwindSafe for CreateRuleGroupOutput
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