Struct rusoto_waf::DeleteWebACLResponse [] [src]

pub struct DeleteWebACLResponse {
    pub change_token: Option<ChangeToken>,
}

Fields

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

Trait Implementations

impl Default for DeleteWebACLResponse
[src]

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

impl Debug for DeleteWebACLResponse
[src]

Formats the value using the given formatter.

impl Clone for DeleteWebACLResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more