Class: Aws::SageMaker::Types::CreateWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateWorkteamResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the work team.
Instance Attribute Details
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
11044 11045 11046 11047 11048 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11044 class CreateWorkteamResponse < Struct.new( :workteam_arn) SENSITIVE = [] include Aws::Structure end |