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]

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

impl Debug for DeviceType
[src]

Formats the value using the given formatter. Read more

impl Clone for DeviceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeviceType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DeviceType

impl Sync for DeviceType