Class: Aws::EC2::Types::DisableFastLaunchResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisableFastLaunchResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the image for which Windows fast launch was disabled.
 - 
  
    
      #launch_template  ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
 - 
  
    
      #max_parallel_launches  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The owner of the Windows AMI for which Windows fast launch was disabled.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.
 - 
  
    
      #snapshot_configuration  ⇒ Types::FastLaunchSnapshotConfigurationResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of Windows fast launch for the specified Windows AMI.
 - 
  
    
      #state_transition_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason that the state changed for Windows fast launch for the Windows AMI.
 - 
  
    
      #state_transition_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the state changed for Windows fast launch for the Windows AMI.
 
Instance Attribute Details
#image_id ⇒ String
The ID of the image for which Windows fast launch was disabled.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#max_parallel_launches ⇒ Integer
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The owner of the Windows AMI for which Windows fast launch was disabled.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include: ‘snapshot`.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The current state of Windows fast launch for the specified Windows AMI.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#state_transition_reason ⇒ String
The reason that the state changed for Windows fast launch for the Windows AMI.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  | 
  
#state_transition_time ⇒ Time
The time that the state changed for Windows fast launch for the Windows AMI.
      31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31163 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end  |