Struct rusoto_waf::DeleteRuleResponse [] [src]

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

Fields

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

Trait Implementations

impl Default for DeleteRuleResponse
[src]

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

impl Debug for DeleteRuleResponse
[src]

Formats the value using the given formatter.

impl Clone for DeleteRuleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more