Class: Aws::EC2::Types::FastLaunchSnapshotConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch enabled Windows AMI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_resource_countInteger

The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch enabled AMI.

Returns:

  • (Integer)


32575
32576
32577
32578
32579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32575

class FastLaunchSnapshotConfigurationResponse < Struct.new(
  :target_resource_count)
  SENSITIVE = []
  include Aws::Structure
end