Class: Aws::SageMaker::Types::CreateWorkforceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateWorkforceResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workforce_arn ⇒ String
The Amazon Resource Name (ARN) of the workforce.
Instance Attribute Details
#workforce_arn ⇒ String
The Amazon Resource Name (ARN) of the workforce.
10953 10954 10955 10956 10957 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10953 class CreateWorkforceResponse < Struct.new( :workforce_arn) SENSITIVE = [] include Aws::Structure end |