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.
9498 9499 9500 9501 9502 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9498 class DeleteWorkforceRequest < Struct.new( :workforce_name) SENSITIVE = [] include Aws::Structure end |