Struct rusoto_waf_regional::GetRegexMatchSetRequest[][src]

pub struct GetRegexMatchSetRequest {
    pub regex_match_set_id: String,
}

Fields

The RegexMatchSetId of the RegexMatchSet that you want to get. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

Trait Implementations

impl Default for GetRegexMatchSetRequest
[src]

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

impl Debug for GetRegexMatchSetRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetRegexMatchSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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