Class: Aws::IoT1ClickProjects::Types::UpdateProjectRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT1ClickProjects::Types::UpdateProjectRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional user-defined description for the project. 
- 
  
    
      #placement_template  ⇒ Types::PlacementTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object defining the project update. 
- 
  
    
      #project_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the project to be updated. 
Instance Attribute Details
#description ⇒ String
An optional user-defined description for the project.
| 644 645 646 647 648 649 650 | # File 'lib/aws-sdk-iot1clickprojects/types.rb', line 644 class UpdateProjectRequest < Struct.new( :project_name, :description, :placement_template) SENSITIVE = [] include Aws::Structure end | 
#placement_template ⇒ Types::PlacementTemplate
An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given ‘placementTemplate`, you can update the associated `callbackOverrides` for the device definition using this API.
| 644 645 646 647 648 649 650 | # File 'lib/aws-sdk-iot1clickprojects/types.rb', line 644 class UpdateProjectRequest < Struct.new( :project_name, :description, :placement_template) SENSITIVE = [] include Aws::Structure end | 
#project_name ⇒ String
The name of the project to be updated.
| 644 645 646 647 648 649 650 | # File 'lib/aws-sdk-iot1clickprojects/types.rb', line 644 class UpdateProjectRequest < Struct.new( :project_name, :description, :placement_template) SENSITIVE = [] include Aws::Structure end |