Struct rusoto_waf_regional::CreateByteMatchSetResponse[][src]

pub struct CreateByteMatchSetResponse {
    pub byte_match_set: Option<ByteMatchSet>,
    pub change_token: Option<String>,
}

Fields

A ByteMatchSet that contains no ByteMatchTuple objects.

The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

Trait Implementations

impl Default for CreateByteMatchSetResponse
[src]

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

impl Debug for CreateByteMatchSetResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateByteMatchSetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateByteMatchSetResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations