Struct aws_sdk_waf::operation::get_web_acl::GetWebAclOutput
source · #[non_exhaustive]pub struct GetWebAclOutput { /* private fields */ }Implementations§
source§impl GetWebAclOutput
impl GetWebAclOutput
sourcepub fn web_acl(&self) -> Option<&WebAcl>
pub fn web_acl(&self) -> Option<&WebAcl>
Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:
-
WebACL: ContainsDefaultAction,MetricName,Name, an array ofRuleobjects, andWebACLId -
DefaultAction(Data type isWafAction): ContainsType -
Rules: Contains an array ofActivatedRuleobjects, which containAction,Priority, andRuleId -
Action: ContainsType
source§impl GetWebAclOutput
impl GetWebAclOutput
sourcepub fn builder() -> GetWebAclOutputBuilder
pub fn builder() -> GetWebAclOutputBuilder
Creates a new builder-style object to manufacture GetWebAclOutput.
Trait Implementations§
source§impl Clone for GetWebAclOutput
impl Clone for GetWebAclOutput
source§fn clone(&self) -> GetWebAclOutput
fn clone(&self) -> GetWebAclOutput
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 GetWebAclOutput
impl Debug for GetWebAclOutput
source§impl PartialEq<GetWebAclOutput> for GetWebAclOutput
impl PartialEq<GetWebAclOutput> for GetWebAclOutput
source§fn eq(&self, other: &GetWebAclOutput) -> bool
fn eq(&self, other: &GetWebAclOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetWebAclOutput
impl RequestId for GetWebAclOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.