Class: Aws::Proton::Types::CompatibleEnvironmentTemplateInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Proton::Types::CompatibleEnvironmentTemplateInput
 
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Compatible environment template data.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #major_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The major version of the compatible environment template. 
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The compatible environment template name. 
Instance Attribute Details
#major_version ⇒ String
The major version of the compatible environment template.
| 219 220 221 222 223 224 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 219 class CompatibleEnvironmentTemplateInput < Struct.new( :major_version, :template_name) SENSITIVE = [] include Aws::Structure end | 
#template_name ⇒ String
The compatible environment template name.
| 219 220 221 222 223 224 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 219 class CompatibleEnvironmentTemplateInput < Struct.new( :major_version, :template_name) SENSITIVE = [] include Aws::Structure end |