Struct rusoto_waf::CreateRegexPatternSetRequest [] [src]

pub struct CreateRegexPatternSetRequest {
    pub change_token: String,
    pub name: String,
}

Fields

The value returned by the most recent call to GetChangeToken.

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

Trait Implementations

impl Default for CreateRegexPatternSetRequest
[src]

[src]

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

impl Debug for CreateRegexPatternSetRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateRegexPatternSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations