Class: Aws::SageMaker::Types::CreateWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateWorkteamResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
10361 10362 10363 10364 10365 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10361 class CreateWorkteamResponse < Struct.new( :workteam_arn) SENSITIVE = [] include Aws::Structure end |