Struct rusoto_waf::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]

[src]

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

impl Debug for CreateByteMatchSetResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateByteMatchSetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more