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

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

Returns:

  • (String)


10150
10151
10152
10153
10154
# File 'lib/aws-sdk-sagemaker/types.rb', line 10150

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