Struct rusoto_devicefarm::ListDevicePoolsResult [] [src]

pub struct ListDevicePoolsResult {
    pub device_pools: Option<Vec<DevicePool>>,
    pub next_token: Option<String>,
}

Represents the result of a list device pools request.

Fields

Information about the device pools.

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

Trait Implementations

impl Default for ListDevicePoolsResult
[src]

[src]

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

impl Debug for ListDevicePoolsResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListDevicePoolsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations