Struct aws_sdk_securityhub::model::AwsWafWebAclDetails
source · [−]#[non_exhaustive]pub struct AwsWafWebAclDetails { /* private fields */ }Expand description
Provides information about an WAF web access control list (web ACL).
Implementations
sourceimpl AwsWafWebAclDetails
impl AwsWafWebAclDetails
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A friendly name or description of the web ACL. You can't change the name of a web ACL after you create it.
sourcepub fn default_action(&self) -> Option<&str>
pub fn default_action(&self) -> Option<&str>
The action to perform if none of the rules contained in the web ACL match.
sourcepub fn rules(&self) -> Option<&[AwsWafWebAclRule]>
pub fn rules(&self) -> Option<&[AwsWafWebAclRule]>
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
sourcepub fn web_acl_id(&self) -> Option<&str>
pub fn web_acl_id(&self) -> Option<&str>
A unique identifier for a web ACL.
sourceimpl AwsWafWebAclDetails
impl AwsWafWebAclDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsWafWebAclDetails.
Trait Implementations
sourceimpl Clone for AwsWafWebAclDetails
impl Clone for AwsWafWebAclDetails
sourcefn clone(&self) -> AwsWafWebAclDetails
fn clone(&self) -> AwsWafWebAclDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AwsWafWebAclDetails
impl Debug for AwsWafWebAclDetails
sourceimpl PartialEq<AwsWafWebAclDetails> for AwsWafWebAclDetails
impl PartialEq<AwsWafWebAclDetails> for AwsWafWebAclDetails
sourcefn eq(&self, other: &AwsWafWebAclDetails) -> bool
fn eq(&self, other: &AwsWafWebAclDetails) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for AwsWafWebAclDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsWafWebAclDetails
impl Send for AwsWafWebAclDetails
impl Sync for AwsWafWebAclDetails
impl Unpin for AwsWafWebAclDetails
impl UnwindSafe for AwsWafWebAclDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more