Struct aws_sdk_sagemaker::output::DescribeWorkforceOutput
source · #[non_exhaustive]pub struct DescribeWorkforceOutput { /* private fields */ }
Implementations§
source§impl DescribeWorkforceOutput
impl DescribeWorkforceOutput
sourcepub fn workforce(&self) -> Option<&Workforce>
pub fn workforce(&self) -> Option<&Workforce>
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
source§impl DescribeWorkforceOutput
impl DescribeWorkforceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkforceOutput
.
Trait Implementations§
source§impl Clone for DescribeWorkforceOutput
impl Clone for DescribeWorkforceOutput
source§fn clone(&self) -> DescribeWorkforceOutput
fn clone(&self) -> DescribeWorkforceOutput
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 DescribeWorkforceOutput
impl Debug for DescribeWorkforceOutput
source§impl PartialEq<DescribeWorkforceOutput> for DescribeWorkforceOutput
impl PartialEq<DescribeWorkforceOutput> for DescribeWorkforceOutput
source§fn eq(&self, other: &DescribeWorkforceOutput) -> bool
fn eq(&self, other: &DescribeWorkforceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.