Class: Aws::Proton::Types::GetEnvironmentTemplateVersionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::GetEnvironmentTemplateVersionInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #major_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
To get environment template major version detail data, include ‘major Version`.
 - 
  
    
      #minor_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
To get environment template minor version detail data, include ‘minorVersion`.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the environment template a version of which you want to get detailed data for.
 
Instance Attribute Details
#major_version ⇒ String
To get environment template major version detail data, include ‘major Version`.
      2892 2893 2894 2895 2896 2897 2898  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2892 class GetEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#minor_version ⇒ String
To get environment template minor version detail data, include ‘minorVersion`.
      2892 2893 2894 2895 2896 2897 2898  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2892 class GetEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the environment template a version of which you want to get detailed data for.
      2892 2893 2894 2895 2896 2897 2898  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2892 class GetEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end  |