Class: Aws::SageMaker::Types::DeleteWorkforceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteWorkforceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workforce_name ⇒ String
The name of the workforce.
Instance Attribute Details
#workforce_name ⇒ String
The name of the workforce.
11996 11997 11998 11999 12000 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11996 class DeleteWorkforceRequest < Struct.new( :workforce_name) SENSITIVE = [] include Aws::Structure end |