Class: Aws::Proton::Types::UpdateServiceTemplateInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::UpdateServiceTemplateInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:description, :display_name]
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the service template update.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template to update that’s displayed in the developer interface.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template to update.
 
Instance Attribute Details
#description ⇒ String
A description of the service template update.
      6553 6554 6555 6556 6557 6558 6559  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 6553 class UpdateServiceTemplateInput < Struct.new( :description, :display_name, :name) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the service template to update that’s displayed in the developer interface.
      6553 6554 6555 6556 6557 6558 6559  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 6553 class UpdateServiceTemplateInput < Struct.new( :description, :display_name, :name) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#name ⇒ String
The name of the service template to update.
      6553 6554 6555 6556 6557 6558 6559  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 6553 class UpdateServiceTemplateInput < Struct.new( :description, :display_name, :name) SENSITIVE = [:description, :display_name] include Aws::Structure end  |