Struct rusoto_devicefarm::ListDeviceInstancesResult[][src]

pub struct ListDeviceInstancesResult {
    pub device_instances: Option<Vec<DeviceInstance>>,
    pub next_token: Option<String>,
}

Fields

An object containing information about your device instances.

An identifier that can be used in the next call to this operation to return the next set of items in the list.

Trait Implementations

impl Default for ListDeviceInstancesResult
[src]

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

impl Debug for ListDeviceInstancesResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ListDeviceInstancesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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