Struct rusoto_waf::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]

[src]

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

impl Debug for GetSqlInjectionMatchSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetSqlInjectionMatchSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more