Class: Aws::Imagebuilder::Types::LaunchTemplateConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Imagebuilder::Types::LaunchTemplateConfiguration
 
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Identifies an Amazon EC2 launch template to use for a specific account.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The account ID that this configuration applies to. 
- 
  
    
      #launch_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifies the Amazon EC2 launch template to use. 
- 
  
    
      #set_default_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Set the specified Amazon EC2 launch template as the default launch template for the specified account. 
Instance Attribute Details
#account_id ⇒ String
The account ID that this configuration applies to.
| 5245 5246 5247 5248 5249 5250 5251 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5245 class LaunchTemplateConfiguration < Struct.new( :launch_template_id, :account_id, :set_default_version) SENSITIVE = [] include Aws::Structure end | 
#launch_template_id ⇒ String
Identifies the Amazon EC2 launch template to use.
| 5245 5246 5247 5248 5249 5250 5251 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5245 class LaunchTemplateConfiguration < Struct.new( :launch_template_id, :account_id, :set_default_version) SENSITIVE = [] include Aws::Structure end | 
#set_default_version ⇒ Boolean
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
| 5245 5246 5247 5248 5249 5250 5251 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5245 class LaunchTemplateConfiguration < Struct.new( :launch_template_id, :account_id, :set_default_version) SENSITIVE = [] include Aws::Structure end |