Struct rusoto_cognito_idp::ListDevicesRequest [] [src]

pub struct ListDevicesRequest {
    pub access_token: String,
    pub limit: Option<i64>,
    pub pagination_token: Option<String>,
}

Represents the request to list the devices.

Fields

The access tokens for the request to list devices.

The limit of the device request.

The pagination token for the list request.

Trait Implementations

impl Default for ListDevicesRequest
[src]

[src]

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

impl Debug for ListDevicesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListDevicesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations