Class: Aws::SageMaker::Types::DeleteWorkforceRequest

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 workforce.

Returns:

  • (String)


11136
11137
11138
11139
11140
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11136

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