Struct rusoto_waf::GetChangeTokenStatusRequest [] [src]

pub struct GetChangeTokenStatusRequest {
    pub change_token: String,
}

Fields

The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.

Trait Implementations

impl Default for GetChangeTokenStatusRequest
[src]

[src]

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

impl Debug for GetChangeTokenStatusRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetChangeTokenStatusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more