Struct rusoto_cognito_idp::UpdateDeviceStatusRequest [] [src]

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

Represents the request to update the device status.

Fields

The access token.

The device key.

The status of whether a device is remembered.

Trait Implementations

impl Default for UpdateDeviceStatusRequest
[src]

[src]

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

impl Debug for UpdateDeviceStatusRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDeviceStatusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations