Struct aws_sdk_sagemaker::output::ListDevicesOutput
source · #[non_exhaustive]pub struct ListDevicesOutput { /* private fields */ }
Implementations§
source§impl ListDevicesOutput
impl ListDevicesOutput
sourcepub fn device_summaries(&self) -> Option<&[DeviceSummary]>
pub fn device_summaries(&self) -> Option<&[DeviceSummary]>
Summary of devices.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The response from the last list when returning a list large enough to need tokening.
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 ==
.