Class: Aws::SageMaker::Types::DeleteWorkteamRequest

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

#workteam_nameString

The name of the work team to delete.

Returns:

  • (String)


14070
14071
14072
14073
14074
# File 'lib/aws-sdk-sagemaker/types.rb', line 14070

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