You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeWorkforceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeWorkforceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeWorkforceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
workforce_name: "WorkforceName", # required
}
Instance Attribute Summary collapse
-
#workforce_name ⇒ String
The name of the private workforce whose access you want to restrict.
Instance Attribute Details
#workforce_name ⇒ 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.