Struct rusoto_waf::UpdateByteMatchSetRequest [] [src]

pub struct UpdateByteMatchSetRequest {
    pub byte_match_set_id: String,
    pub change_token: String,
    pub updates: Vec<ByteMatchSetUpdate>,
}

Fields

The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

The value returned by the most recent call to GetChangeToken.

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

Trait Implementations

impl Default for UpdateByteMatchSetRequest
[src]

[src]

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

impl Debug for UpdateByteMatchSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateByteMatchSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more