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
show all
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

Instance Attribute Details

#workforce_nameString

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.

Returns:

  • (String)

    The name of the private workforce whose access you want to restrict.