Class: Aws::SageMaker::Types::DeleteWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteWorkteamResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
Returns
true
if the work team was successfully deleted; otherwise, returnsfalse
.
Instance Attribute Details
#success ⇒ Boolean
Returns true
if the work team was successfully deleted; otherwise,
returns false
.
9527 9528 9529 9530 9531 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9527 class DeleteWorkteamResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |