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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


17244
17245
17246
17247
17248
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17244

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