Struct rusoto_waf::GetRegexPatternSetRequest[][src]

pub struct GetRegexPatternSetRequest {
    pub regex_pattern_set_id: String,
}

Fields

The RegexPatternSetId of the RegexPatternSet that you want to get. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.

Trait Implementations

impl Default for GetRegexPatternSetRequest
[src]

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

impl Debug for GetRegexPatternSetRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetRegexPatternSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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