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.
10369 10370 10371 10372 10373 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10369 class CreateWorkteamResponse < Struct.new( :workteam_arn) SENSITIVE = [] include Aws::Structure end |