Struct rusoto_cognito_idp::ForgetDeviceRequest [] [src]

pub struct ForgetDeviceRequest {
    pub access_token: Option<String>,
    pub device_key: String,
}

Represents the request to forget the device.

Fields

The access token for the forgotten device request.

The device key.

Trait Implementations

impl Default for ForgetDeviceRequest
[src]

[src]

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

impl Debug for ForgetDeviceRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ForgetDeviceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations