Struct rusoto_waf::SqlInjectionMatchSetSummary [] [src]

pub struct SqlInjectionMatchSetSummary {
    pub name: String,
    pub sql_injection_match_set_id: String,
}

The Id and Name of a SqlInjectionMatchSet.

Fields

The name of the SqlInjectionMatchSet, if any, specified by Id.

A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).

SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

Trait Implementations

impl Default for SqlInjectionMatchSetSummary
[src]

[src]

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

impl Debug for SqlInjectionMatchSetSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for SqlInjectionMatchSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more