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)


16989
16990
16991
16992
16993
# File 'lib/aws-sdk-sagemaker/types.rb', line 16989

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