Class: Aws::EC2::Types::DescribeFastLaunchImagesSuccessItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeFastLaunchImagesSuccessItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describe details about a Windows image with Windows fast launch enabled that meets the requested criteria. Criteria are defined by the ‘DescribeFastLaunchImages` action filters.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The image ID that identifies the Windows fast launch enabled image.
 - 
  
    
      #launch_template  ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch template that the Windows fast launch enabled AMI uses when it launches 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 ID for the Windows fast launch enabled AMI.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.
 - 
  
    
      #snapshot_configuration  ⇒ Types::FastLaunchSnapshotConfigurationResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of Windows fast launch for the specified Windows AMI.
 - 
  
    
      #state_transition_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason that Windows fast launch for the AMI changed to the current state.
 - 
  
    
      #state_transition_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that Windows fast launch for the AMI changed to the current state.
 
Instance Attribute Details
#image_id ⇒ String
The image ID that identifies the Windows fast launch enabled image.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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 the Windows fast launch enabled AMI uses when it launches Windows instances from pre-provisioned snapshots.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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 ID for the Windows fast launch enabled AMI.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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 resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include: ‘snapshot`.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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 Windows fast launch for the AMI changed to the current state.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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 Windows fast launch for the AMI changed to the current state.
      19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19835 class DescribeFastLaunchImagesSuccessItem < 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  |