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.
      10976 10977 10978 10979 10980  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10976 class CreateWorkteamResponse < Struct.new( :workteam_arn) SENSITIVE = [] include Aws::Structure end  |