Class: Aws::SageMaker::Types::UpdateProjectOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateProjectOutput
 
 
- 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.
 
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
      52663 52664 52665 52666 52667  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52663 class UpdateProjectOutput < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end  |