Struct rusoto_waf::ByteMatchSetUpdate [] [src]

pub struct ByteMatchSetUpdate {
    pub action: String,
    pub byte_match_tuple: ByteMatchTuple,
}

In an UpdateByteMatchSet request, ByteMatchSetUpdate specifies whether to insert or delete a ByteMatchTuple and includes the settings for the ByteMatchTuple.

Fields

Specifies whether to insert or delete a ByteMatchTuple.

Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

Trait Implementations

impl Default for ByteMatchSetUpdate
[src]

[src]

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

impl Debug for ByteMatchSetUpdate
[src]

[src]

Formats the value using the given formatter.

impl Clone for ByteMatchSetUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more