Struct rusoto_waf::RegexPatternSetSummary [] [src]

pub struct RegexPatternSetSummary {
    pub name: String,
    pub regex_pattern_set_id: String,
}

Returned by ListRegexPatternSets. Each RegexPatternSetSummary object includes the Name and RegexPatternSetId for one RegexPatternSet.

Fields

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

The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to get information about a RegexPatternSet, update a RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from AWS WAF.

RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.

Trait Implementations

impl Default for RegexPatternSetSummary
[src]

[src]

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

impl Debug for RegexPatternSetSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RegexPatternSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations