Class: Aws::SageMaker::Types::DeleteWorkteamResponse

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

#successBoolean

Returns true if the work team was successfully deleted; otherwise, returns false.

Returns:

  • (Boolean)


12738
12739
12740
12741
12742
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12738

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