Class: Aws::EC2::Types::LaunchTemplateHibernationOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateHibernationOptionsRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured ⇒ Boolean
If you set this parameter to
true, the instance is enabled for hibernation.
Instance Attribute Details
#configured ⇒ Boolean
If you set this parameter to true, the instance is enabled for
hibernation.
Default: false
53931 53932 53933 53934 53935 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53931 class LaunchTemplateHibernationOptionsRequest < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |