Class: Aws::EC2::Types::DisableFastLaunchResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DisableFastLaunchResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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.
| 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34220 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 |