Struct aws_sdk_sagemaker::output::ListDevicesOutput
source · [−]#[non_exhaustive]pub struct ListDevicesOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl ListDevicesOutput
impl ListDevicesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevicesOutput.
Trait Implementations
sourceimpl Clone for ListDevicesOutput
impl Clone for ListDevicesOutput
sourcefn clone(&self) -> ListDevicesOutput
fn clone(&self) -> ListDevicesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListDevicesOutput
impl Debug for ListDevicesOutput
sourceimpl PartialEq<ListDevicesOutput> for ListDevicesOutput
impl PartialEq<ListDevicesOutput> for ListDevicesOutput
sourcefn eq(&self, other: &ListDevicesOutput) -> bool
fn eq(&self, other: &ListDevicesOutput) -> bool
impl StructuralPartialEq for ListDevicesOutput
Auto Trait Implementations
impl RefUnwindSafe for ListDevicesOutput
impl Send for ListDevicesOutput
impl Sync for ListDevicesOutput
impl Unpin for ListDevicesOutput
impl UnwindSafe for ListDevicesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more