Class: Aws::SageMaker::Types::CreateProjectOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateProjectOutput
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #project_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the project.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the new project.
 
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
      11364 11365 11366 11367 11368 11369  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11364 class CreateProjectOutput < Struct.new( :project_arn, :project_id) SENSITIVE = [] include Aws::Structure end  | 
  
#project_id ⇒ String
The ID of the new project.
      11364 11365 11366 11367 11368 11369  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11364 class CreateProjectOutput < Struct.new( :project_arn, :project_id) SENSITIVE = [] include Aws::Structure end  |