Struct rusoto_cognito_idp::AdminListDevicesResponse[][src]

pub struct AdminListDevicesResponse {
    pub devices: Option<Vec<DeviceType>>,
    pub pagination_token: Option<String>,
}

Lists the device's response, as an administrator.

Fields

The devices in the list of devices response.

The pagination token.

Trait Implementations

impl Default for AdminListDevicesResponse
[src]

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

impl Debug for AdminListDevicesResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for AdminListDevicesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AdminListDevicesResponse
[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