Class: Aws::Imagebuilder::Types::FastLaunchSnapshotConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::FastLaunchSnapshotConfiguration
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows 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 fast-launch enabled Windows AMI.
Instance Attribute Details
#target_resource_count ⇒ Integer
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
2560 2561 2562 2563 2564 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2560 class FastLaunchSnapshotConfiguration < Struct.new( :target_resource_count) SENSITIVE = [] include Aws::Structure end |