Class: Aws::EC2::Types::FastLaunchSnapshotConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FastLaunchSnapshotConfigurationResponse
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/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 requested to keep on hand for a fast-launch enabled Windows AMI.
Instance Attribute Details
#target_resource_count ⇒ Integer
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
30386 30387 30388 30389 30390 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30386 class FastLaunchSnapshotConfigurationResponse < Struct.new( :target_resource_count) SENSITIVE = [] include Aws::Structure end |