Struct aws_sdk_sagemaker::input::DescribeWorkforceInput [−][src]
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 whose access you want to restrict.
WorkforceName
is automatically set to default
when a
workforce is created and cannot be modified.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkforce, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkforce, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeWorkforce
>
Creates a new builder-style object to manufacture DescribeWorkforceInput
The name of the private workforce whose access you want to restrict.
WorkforceName
is automatically set to default
when a
workforce is created and cannot be modified.
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 DescribeWorkforceInput
impl Send for DescribeWorkforceInput
impl Sync for DescribeWorkforceInput
impl Unpin for DescribeWorkforceInput
impl UnwindSafe for DescribeWorkforceInput
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