Struct rusoto_waf::CreateWebACLRequest [] [src]

pub struct CreateWebACLRequest {
    pub change_token: String,
    pub default_action: WafAction,
    pub metric_name: String,
    pub name: String,
}

Fields

The value returned by the most recent call to GetChangeToken.

The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the Rule objects that are associated with the WebACL.

A friendly name or description for the metrics for this WebACL. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change MetricName after you create the WebACL.

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

Trait Implementations

impl Default for CreateWebACLRequest
[src]

[src]

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

impl Debug for CreateWebACLRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateWebACLRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more