Class: Aws::SageMaker::Types::UpdateProjectInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateProjectInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #project_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the project.
 - 
  
    
      #project_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the project.
 - 
  
    
      #service_catalog_provisioning_update_details  ⇒ Types::ServiceCatalogProvisioningUpdateDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The product ID and provisioning artifact ID to provision a service catalog.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of key-value pairs.
 
Instance Attribute Details
#project_description ⇒ String
The description for the project.
      49333 49334 49335 49336 49337 49338 49339 49340  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49333 class UpdateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_update_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#project_name ⇒ String
The name of the project.
      49333 49334 49335 49336 49337 49338 49339 49340  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49333 class UpdateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_update_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#service_catalog_provisioning_update_details ⇒ Types::ServiceCatalogProvisioningUpdateDetails
The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don’t provide the provisioning artifact ID. For more information, see [What is Amazon Web Services Service Catalog].
[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
      49333 49334 49335 49336 49337 49338 49339 49340  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49333 class UpdateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_update_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see [Tagging Amazon Web Services Resources]. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see [Amazon Web Services Service Catalog Tag Update Constraints].
[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html [2]: docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html
      49333 49334 49335 49336 49337 49338 49339 49340  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 49333 class UpdateProjectInput < Struct.new( :project_name, :project_description, :service_catalog_provisioning_update_details, :tags) SENSITIVE = [] include Aws::Structure end  |