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]

[src]

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

impl Debug for AdminListDevicesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AdminListDevicesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations