Class: Aws::SageMaker::Types::DeleteWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteWorkteamResponse
- Includes:
- Aws::Structure
- Defined in:
- 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, returns `false`.
Instance Attribute Details
#success ⇒ Boolean
Returns ‘true` if the work team was successfully deleted; otherwise, returns `false`.
11986 11987 11988 11989 11990 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11986 class DeleteWorkteamResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |