Class: Aws::SageMaker::Types::DeleteWorkteamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteWorkteamRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workteam_name ⇒ String
The name of the work team to delete.
Instance Attribute Details
#workteam_name ⇒ String
The name of the work team to delete.
11973 11974 11975 11976 11977 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11973 class DeleteWorkteamRequest < Struct.new( :workteam_name) SENSITIVE = [] include Aws::Structure end |