Struct rusoto_waf_regional::GetWebACLForResourceResponse [] [src]

pub struct GetWebACLForResourceResponse {
    pub web_acl_summary: Option<WebACLSummary>,
}

Fields

Information about the web ACL that you specified in the GetWebACLForResource request. If there is no associated resource, a null WebACLSummary is returned.

Trait Implementations

impl Default for GetWebACLForResourceResponse
[src]

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

impl Debug for GetWebACLForResourceResponse
[src]

Formats the value using the given formatter.

impl Clone for GetWebACLForResourceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more