Struct aws_sdk_sagemaker::output::ListUserProfilesOutput
source · #[non_exhaustive]pub struct ListUserProfilesOutput { /* private fields */ }
Implementations§
source§impl ListUserProfilesOutput
impl ListUserProfilesOutput
sourcepub fn user_profiles(&self) -> Option<&[UserProfileDetails]>
pub fn user_profiles(&self) -> Option<&[UserProfileDetails]>
The list of user profiles.
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 ListUserProfilesOutput
impl ListUserProfilesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListUserProfilesOutput
.
Trait Implementations§
source§impl Clone for ListUserProfilesOutput
impl Clone for ListUserProfilesOutput
source§fn clone(&self) -> ListUserProfilesOutput
fn clone(&self) -> ListUserProfilesOutput
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 ListUserProfilesOutput
impl Debug for ListUserProfilesOutput
source§impl PartialEq<ListUserProfilesOutput> for ListUserProfilesOutput
impl PartialEq<ListUserProfilesOutput> for ListUserProfilesOutput
source§fn eq(&self, other: &ListUserProfilesOutput) -> bool
fn eq(&self, other: &ListUserProfilesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.