Struct rusoto_waf_regional::GetChangeTokenResponse [] [src]

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

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.

impl Clone for GetChangeTokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more