Struct rusoto_waf::UpdateSqlInjectionMatchSetRequest [] [src]

pub struct UpdateSqlInjectionMatchSetRequest {
    pub change_token: String,
    pub sql_injection_match_set_id: String,
    pub updates: Vec<SqlInjectionMatchSetUpdate>,
}

A request to update a SqlInjectionMatchSet.

Fields

The value returned by the most recent call to GetChangeToken.

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

An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:

Trait Implementations

impl Default for UpdateSqlInjectionMatchSetRequest
[src]

[src]

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

impl Debug for UpdateSqlInjectionMatchSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateSqlInjectionMatchSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more