Struct aws_sdk_securityhub::model::aws_waf_web_acl_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsWafWebAclDetails
Implementations
A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
The action to perform if none of the rules contained in the WebACL match.
The action to perform if none of the rules contained in the WebACL match.
Appends an item to rules.
To override the contents of this collection use set_rules.
An array that contains the action for each rule in a WebACL, the priority of the rule, and the ID of the rule.
An array that contains the action for each rule in a WebACL, the priority of the rule, and the ID of the rule.
A unique identifier for a WebACL.
A unique identifier for a WebACL.
Consumes the builder and constructs a AwsWafWebAclDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
