Struct rusoto_cognito_idp::DeviceType [] [src]

pub struct DeviceType {
    pub device_attributes: Option<Vec<AttributeType>>,
    pub device_create_date: Option<f64>,
    pub device_key: Option<String>,
    pub device_last_authenticated_date: Option<f64>,
    pub device_last_modified_date: Option<f64>,
}

The device type.

Fields

The device attributes.

The creation date of the device.

The device key.

The date in which the device was last authenticated.

The last modified date of the device.

Trait Implementations

impl Default for DeviceType
[src]

[src]

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

impl Debug for DeviceType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeviceType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DeviceType

impl Sync for DeviceType