Struct rusoto_waf_regional::GetSqlInjectionMatchSetRequest[][src]

pub struct GetSqlInjectionMatchSetRequest {
    pub sql_injection_match_set_id: String,
}

A request to get a SqlInjectionMatchSet.

Fields

The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

Trait Implementations

impl Default for GetSqlInjectionMatchSetRequest
[src]

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

impl Debug for GetSqlInjectionMatchSetRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetSqlInjectionMatchSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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