Class: Aws::SageMaker::Types::DeleteProjectInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteProjectInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #project_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the project to delete.
 
Instance Attribute Details
#project_name ⇒ String
The name of the project to delete.
      12512 12513 12514 12515 12516  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12512 class DeleteProjectInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end  |