Class: Aws::EC2::Types::LaunchTemplate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a launch template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time launch template was created.
 - 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The principal that created the launch template.
 - 
  
    
      #default_version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the default version of the launch template.
 - 
  
    
      #latest_version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the latest version of 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.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the launch template.
 
Instance Attribute Details
#create_time ⇒ Time
The time launch template was created.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#created_by ⇒ String
The principal that created the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#default_version_number ⇒ Integer
The version number of the default version of the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_version_number ⇒ Integer
The version number of the latest version of the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_id ⇒ String
The ID of the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template_name ⇒ String
The name of the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#operator ⇒ Types::OperatorResponse
The entity that manages the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the launch template.
      47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47890 class LaunchTemplate < Struct.new( :launch_template_id, :launch_template_name, :create_time, :created_by, :default_version_number, :latest_version_number, :tags, :operator) SENSITIVE = [] include Aws::Structure end  |