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)


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