#[non_exhaustive]pub struct ListSubscribedWorkteamsOutput { /* private fields */ }
Implementations§
source§impl ListSubscribedWorkteamsOutput
impl ListSubscribedWorkteamsOutput
sourcepub fn subscribed_workteams(&self) -> Option<&[SubscribedWorkteam]>
pub fn subscribed_workteams(&self) -> Option<&[SubscribedWorkteam]>
An array of Workteam
objects, each describing a work team.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.
source§impl ListSubscribedWorkteamsOutput
impl ListSubscribedWorkteamsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSubscribedWorkteamsOutput
.
Trait Implementations§
source§impl Clone for ListSubscribedWorkteamsOutput
impl Clone for ListSubscribedWorkteamsOutput
source§fn clone(&self) -> ListSubscribedWorkteamsOutput
fn clone(&self) -> ListSubscribedWorkteamsOutput
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 PartialEq<ListSubscribedWorkteamsOutput> for ListSubscribedWorkteamsOutput
impl PartialEq<ListSubscribedWorkteamsOutput> for ListSubscribedWorkteamsOutput
source§fn eq(&self, other: &ListSubscribedWorkteamsOutput) -> bool
fn eq(&self, other: &ListSubscribedWorkteamsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.