pub struct UpdateWorkforceResponse {
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 UpdateWorkforceResponse
impl Clone for UpdateWorkforceResponse
Source§fn clone(&self) -> UpdateWorkforceResponse
fn clone(&self) -> UpdateWorkforceResponse
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 UpdateWorkforceResponse
impl Debug for UpdateWorkforceResponse
Source§impl Default for UpdateWorkforceResponse
impl Default for UpdateWorkforceResponse
Source§fn default() -> UpdateWorkforceResponse
fn default() -> UpdateWorkforceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateWorkforceResponse
impl<'de> Deserialize<'de> for UpdateWorkforceResponse
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
Source§impl PartialEq for UpdateWorkforceResponse
impl PartialEq for UpdateWorkforceResponse
impl StructuralPartialEq for UpdateWorkforceResponse
Auto Trait Implementations§
impl Freeze for UpdateWorkforceResponse
impl RefUnwindSafe for UpdateWorkforceResponse
impl Send for UpdateWorkforceResponse
impl Sync for UpdateWorkforceResponse
impl Unpin for UpdateWorkforceResponse
impl UnwindSafe for UpdateWorkforceResponse
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