Class: Aws::EC2::Types::FastLaunchSnapshotConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::FastLaunchSnapshotConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch enabled AMI.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #target_resource_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.
 
Instance Attribute Details
#target_resource_count ⇒ Integer
The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.
      35375 35376 35377 35378 35379  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35375 class FastLaunchSnapshotConfigurationRequest < Struct.new( :target_resource_count) SENSITIVE = [] include Aws::Structure end  |