Struct rusoto_waf_regional::GetChangeTokenResponse[][src]

pub struct GetChangeTokenResponse {
    pub change_token: Option<String>,
}

Fields

The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

Trait Implementations

impl Default for GetChangeTokenResponse
[src]

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

impl Debug for GetChangeTokenResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetChangeTokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetChangeTokenResponse
[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