Struct rusoto_waf::WebACLSummary [] [src]

pub struct WebACLSummary {
    pub name: String,
    pub web_acl_id: String,
}

Contains the identifier and the name or description of the WebACL.

Fields

A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

WebACLId is returned by CreateWebACL and by ListWebACLs.

Trait Implementations

impl Default for WebACLSummary
[src]

[src]

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

impl Debug for WebACLSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WebACLSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for WebACLSummary

impl Sync for WebACLSummary