Class: Aws::Proton::Types::DeleteEnvironmentTemplateVersionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::DeleteEnvironmentTemplateVersionInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #major_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The environment template major version to delete.
 - 
  
    
      #minor_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The environment template minor version to delete.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the environment template.
 
Instance Attribute Details
#major_version ⇒ String
The environment template major version to delete.
      1587 1588 1589 1590 1591 1592 1593  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1587 class DeleteEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#minor_version ⇒ String
The environment template minor version to delete.
      1587 1588 1589 1590 1591 1592 1593  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1587 class DeleteEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the environment template.
      1587 1588 1589 1590 1591 1592 1593  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 1587 class DeleteEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  |