Class: Aws::SageMaker::Types::DescribeWorkforceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


16138
16139
16140
16141
16142
# File 'lib/aws-sdk-sagemaker/types.rb', line 16138

class DescribeWorkforceRequest < Struct.new(
  :workforce_name)
  SENSITIVE = []
  include Aws::Structure
end