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

[src]

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

impl Debug for GetChangeTokenResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetChangeTokenResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more