Struct aws_sdk_devicefarm::output::ListDevicePoolsOutput
source · #[non_exhaustive]pub struct ListDevicePoolsOutput { /* private fields */ }Expand description
Represents the result of a list device pools request.
Implementations§
source§impl ListDevicePoolsOutput
impl ListDevicePoolsOutput
sourcepub fn device_pools(&self) -> Option<&[DevicePool]>
pub fn device_pools(&self) -> Option<&[DevicePool]>
Information about the device pools.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
source§impl ListDevicePoolsOutput
impl ListDevicePoolsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevicePoolsOutput.
Trait Implementations§
source§impl Clone for ListDevicePoolsOutput
impl Clone for ListDevicePoolsOutput
source§fn clone(&self) -> ListDevicePoolsOutput
fn clone(&self) -> ListDevicePoolsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListDevicePoolsOutput
impl Debug for ListDevicePoolsOutput
source§impl PartialEq<ListDevicePoolsOutput> for ListDevicePoolsOutput
impl PartialEq<ListDevicePoolsOutput> for ListDevicePoolsOutput
source§fn eq(&self, other: &ListDevicePoolsOutput) -> bool
fn eq(&self, other: &ListDevicePoolsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.