Class: Aws::EC2::Types::LaunchTemplateVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateVersion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a launch template version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the version was created.
 - 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The principal that created the version.
 - 
  
    
      #default_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the version is the default version.
 - 
  
    
      #launch_template_data  ⇒ Types::ResponseLaunchTemplateData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the launch template.
 - 
  
    
      #launch_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the launch template.
 - 
  
    
      #launch_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the launch template.
 - 
  
    
      #operator  ⇒ Types::OperatorResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The entity that manages the launch template.
 - 
  
    
      #version_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the version.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number.
 
Instance Attribute Details
#create_time ⇒ Time
The time the version was created.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#created_by ⇒ String
The principal that created the version.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#default_version ⇒ Boolean
Indicates whether the version is the default version.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_data ⇒ Types::ResponseLaunchTemplateData
Information about the launch template.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_id ⇒ String
The ID of the launch template.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_name ⇒ String
The name of the launch template.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#operator ⇒ Types::OperatorResponse
The entity that manages the launch template.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#version_description ⇒ String
The description for the version.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#version_number ⇒ Integer
The version number.
      49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49668 class LaunchTemplateVersion < Struct.new( :launch_template_id, :launch_template_name, :version_number, :version_description, :create_time, :created_by, :default_version, :launch_template_data, :operator) SENSITIVE = [] include Aws::Structure end  |