Struct aws_sdk_sagemaker::input::UpdateWorkforceInput [−][src]
#[non_exhaustive]pub struct UpdateWorkforceInput {
pub workforce_name: Option<String>,
pub source_ip_config: Option<SourceIpConfig>,
pub oidc_config: Option<OidcConfig>,
}
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_name: Option<String>
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
source_ip_config: 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
oidc_config: Option<OidcConfig>
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkforce, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkforce, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkforce
>
Creates a new builder-style object to manufacture UpdateWorkforceInput
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
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
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateWorkforceInput
impl Send for UpdateWorkforceInput
impl Sync for UpdateWorkforceInput
impl Unpin for UpdateWorkforceInput
impl UnwindSafe for UpdateWorkforceInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more