Class: Aws::Proton::Types::DeleteServiceTemplateVersionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteServiceTemplateVersionInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #major_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service template major version to delete.
 - 
  
    
      #minor_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service template minor version to delete.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template.
 
Instance Attribute Details
#major_version ⇒ String
The service template major version to delete.
      1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1724 class DeleteServiceTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#minor_version ⇒ String
The service template minor version to delete.
      1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1724 class DeleteServiceTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the service template.
      1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1724 class DeleteServiceTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  |