Struct rusoto_waf_regional::GetWebACLResponse[][src]

pub struct GetWebACLResponse {
    pub web_acl: Option<WebACL>,
}

Fields

Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

  • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId

  • DefaultAction (Data type is WafAction): Contains Type

  • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId

  • Action: Contains Type

Trait Implementations

impl Default for GetWebACLResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for GetWebACLResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetWebACLResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetWebACLResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations