Struct aws_sdk_sagemaker::output::ListWorkforcesOutput
source · #[non_exhaustive]pub struct ListWorkforcesOutput { /* private fields */ }
Implementations§
source§impl ListWorkforcesOutput
impl ListWorkforcesOutput
sourcepub fn workforces(&self) -> Option<&[Workforce]>
pub fn workforces(&self) -> Option<&[Workforce]>
A list containing information about your workforce.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to resume pagination.
source§impl ListWorkforcesOutput
impl ListWorkforcesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListWorkforcesOutput
.
Trait Implementations§
source§impl Clone for ListWorkforcesOutput
impl Clone for ListWorkforcesOutput
source§fn clone(&self) -> ListWorkforcesOutput
fn clone(&self) -> ListWorkforcesOutput
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 ListWorkforcesOutput
impl Debug for ListWorkforcesOutput
source§impl PartialEq<ListWorkforcesOutput> for ListWorkforcesOutput
impl PartialEq<ListWorkforcesOutput> for ListWorkforcesOutput
source§fn eq(&self, other: &ListWorkforcesOutput) -> bool
fn eq(&self, other: &ListWorkforcesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.