Struct rusoto_waf::CreateRuleGroupRequest [] [src]

pub struct CreateRuleGroupRequest {
    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 RuleGroup. 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 RuleGroup.

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

Trait Implementations

impl Default for CreateRuleGroupRequest
[src]

[src]

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

impl Debug for CreateRuleGroupRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateRuleGroupRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations