Struct aws_sdk_sagemaker::output::ListAppsOutput
source · #[non_exhaustive]pub struct ListAppsOutput { /* private fields */ }
Implementations§
source§impl ListAppsOutput
impl ListAppsOutput
sourcepub fn apps(&self) -> Option<&[AppDetails]>
pub fn apps(&self) -> Option<&[AppDetails]>
The list of apps.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
source§impl ListAppsOutput
impl ListAppsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAppsOutput
.
Trait Implementations§
source§impl Clone for ListAppsOutput
impl Clone for ListAppsOutput
source§fn clone(&self) -> ListAppsOutput
fn clone(&self) -> ListAppsOutput
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 ListAppsOutput
impl Debug for ListAppsOutput
source§impl PartialEq<ListAppsOutput> for ListAppsOutput
impl PartialEq<ListAppsOutput> for ListAppsOutput
source§fn eq(&self, other: &ListAppsOutput) -> bool
fn eq(&self, other: &ListAppsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.