Struct rusoto_waf_regional::CreateRuleRequest[][src]

pub struct CreateRuleRequest {
    pub change_token: String,
    pub metric_name: String,
    pub name: String,
}

Fields

The value returned by the most recent call to GetChangeToken.

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

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

Trait Implementations

impl Default for CreateRuleRequest
[src]

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

impl Debug for CreateRuleRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateRuleRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateRuleRequest
[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