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.
15186 15187 15188 15189 15190 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15186 class DeleteWorkforceRequest < Struct.new( :workforce_name) SENSITIVE = [] include Aws::Structure end |