#[non_exhaustive]pub struct DescribeWorkforceOutput {
pub workforce: Option<Workforce>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.workforce: 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.
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() -> DescribeWorkforceOutputBuilder
pub fn builder() -> DescribeWorkforceOutputBuilder
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeWorkforceOutput
impl RequestId for DescribeWorkforceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.