#[non_exhaustive]pub struct UpdateWorkforceInput { /* private fields */ }
Implementations§
source§impl UpdateWorkforceInput
impl UpdateWorkforceInput
sourcepub fn workforce_name(&self) -> Option<&str>
pub fn workforce_name(&self) -> Option<&str>
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
sourcepub fn source_ip_config(&self) -> Option<&SourceIpConfig>
pub fn source_ip_config(&self) -> Option<&SourceIpConfig>
A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.
Maximum: Ten CIDR values
sourcepub fn oidc_config(&self) -> Option<&OidcConfig>
pub fn oidc_config(&self) -> Option<&OidcConfig>
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
sourcepub fn workforce_vpc_config(&self) -> Option<&WorkforceVpcConfigRequest>
pub fn workforce_vpc_config(&self) -> Option<&WorkforceVpcConfigRequest>
Use this parameter to update your VPC configuration for a workforce.
source§impl UpdateWorkforceInput
impl UpdateWorkforceInput
sourcepub fn builder() -> UpdateWorkforceInputBuilder
pub fn builder() -> UpdateWorkforceInputBuilder
Creates a new builder-style object to manufacture UpdateWorkforceInput
.
source§impl UpdateWorkforceInput
impl UpdateWorkforceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkforce, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateWorkforce, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkforce
>
Trait Implementations§
source§impl Clone for UpdateWorkforceInput
impl Clone for UpdateWorkforceInput
source§fn clone(&self) -> UpdateWorkforceInput
fn clone(&self) -> UpdateWorkforceInput
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 UpdateWorkforceInput
impl Debug for UpdateWorkforceInput
source§impl PartialEq<UpdateWorkforceInput> for UpdateWorkforceInput
impl PartialEq<UpdateWorkforceInput> for UpdateWorkforceInput
source§fn eq(&self, other: &UpdateWorkforceInput) -> bool
fn eq(&self, other: &UpdateWorkforceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.