Class: Aws::Proton::Types::CompatibleEnvironmentTemplate
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Proton::Types::CompatibleEnvironmentTemplate
 
- Includes:
- Structure
- Defined in:
- 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.
| 200 201 202 203 204 205 | # File 'lib/aws-sdk-proton/types.rb', line 200 class CompatibleEnvironmentTemplate < Struct.new( :major_version, :template_name) SENSITIVE = [] include Aws::Structure end | 
#template_name ⇒ String
The compatible environment template name.
| 200 201 202 203 204 205 | # File 'lib/aws-sdk-proton/types.rb', line 200 class CompatibleEnvironmentTemplate < Struct.new( :major_version, :template_name) SENSITIVE = [] include Aws::Structure end |