Struct rusoto_waf::CreateRuleRequest [] [src]

pub struct CreateRuleRequest {
    pub change_token: ChangeToken,
    pub metric_name: MetricName,
    pub name: ResourceName,
}

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.

impl Clone for CreateRuleRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more