pub struct DescribeWorkforceResponse {
pub workforce: Workforce,
}
Fields§
§workforce: 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 AWS 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.
Trait Implementations§
Source§impl Clone for DescribeWorkforceResponse
impl Clone for DescribeWorkforceResponse
Source§fn clone(&self) -> DescribeWorkforceResponse
fn clone(&self) -> DescribeWorkforceResponse
Returns a duplicate 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 DescribeWorkforceResponse
impl Debug for DescribeWorkforceResponse
Source§impl Default for DescribeWorkforceResponse
impl Default for DescribeWorkforceResponse
Source§fn default() -> DescribeWorkforceResponse
fn default() -> DescribeWorkforceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeWorkforceResponse
impl<'de> Deserialize<'de> for DescribeWorkforceResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DescribeWorkforceResponse
Auto Trait Implementations§
impl Freeze for DescribeWorkforceResponse
impl RefUnwindSafe for DescribeWorkforceResponse
impl Send for DescribeWorkforceResponse
impl Sync for DescribeWorkforceResponse
impl Unpin for DescribeWorkforceResponse
impl UnwindSafe for DescribeWorkforceResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more