Struct aws_sdk_worklink::output::ListDevicesOutput
source · #[non_exhaustive]pub struct ListDevicesOutput { /* private fields */ }Implementations§
source§impl ListDevicesOutput
impl ListDevicesOutput
sourcepub fn devices(&self) -> Option<&[DeviceSummary]>
pub fn devices(&self) -> Option<&[DeviceSummary]>
Information about the devices.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl ListDevicesOutput
impl ListDevicesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevicesOutput.
Trait Implementations§
source§impl Clone for ListDevicesOutput
impl Clone for ListDevicesOutput
source§fn clone(&self) -> ListDevicesOutput
fn clone(&self) -> ListDevicesOutput
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 ListDevicesOutput
impl Debug for ListDevicesOutput
source§impl PartialEq<ListDevicesOutput> for ListDevicesOutput
impl PartialEq<ListDevicesOutput> for ListDevicesOutput
source§fn eq(&self, other: &ListDevicesOutput) -> bool
fn eq(&self, other: &ListDevicesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.