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
46834 46835 46836 46837 46838 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46834 class LaunchTemplateHibernationOptionsRequest < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |