Struct rusoto_waf::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]

[src]

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

impl Debug for GetWebACLResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetWebACLResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations