Class: Aws::SageMaker::Types::DescribeWorkforceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeWorkforceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
18401 18402 18403 18404 18405 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18401 class DescribeWorkforceRequest < Struct.new( :workforce_name) SENSITIVE = [] include Aws::Structure end |