Class: Aws::SageMaker::Types::DeleteWorkforceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteWorkforceRequest
- Defined in:
- gems/aws-sdk-sagemaker/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 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15186 class DeleteWorkforceRequest < Struct.new( :workforce_name) SENSITIVE = [] include Aws::Structure end |