[][src]Struct rusoto_worklink::DescribeDeviceResponse

pub struct DescribeDeviceResponse {
    pub first_accessed_time: Option<f64>,
    pub last_accessed_time: Option<f64>,
    pub manufacturer: Option<String>,
    pub model: Option<String>,
    pub operating_system: Option<String>,
    pub operating_system_version: Option<String>,
    pub patch_level: Option<String>,
    pub status: Option<String>,
    pub username: Option<String>,
}

Fields

first_accessed_time: Option<f64>

The date that the device first signed in to Amazon WorkLink.

last_accessed_time: Option<f64>

The date that the device last accessed Amazon WorkLink.

manufacturer: Option<String>

The manufacturer of the device.

model: Option<String>

The model of the device.

operating_system: Option<String>

The operating system of the device.

operating_system_version: Option<String>

The operating system version of the device.

patch_level: Option<String>

The operating system patch level of the device.

status: Option<String>

The current state of the device.

username: Option<String>

The user name associated with the device.

Trait Implementations

impl Clone for DescribeDeviceResponse[src]

impl Debug for DescribeDeviceResponse[src]

impl Default for DescribeDeviceResponse[src]

impl<'de> Deserialize<'de> for DescribeDeviceResponse[src]

impl PartialEq<DescribeDeviceResponse> for DescribeDeviceResponse[src]

impl StructuralPartialEq for DescribeDeviceResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.