Class: Aws::EC2::Types::LaunchTemplateHibernationOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateHibernationOptionsRequest
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html
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`
47854 47855 47856 47857 47858 |
# File 'lib/aws-sdk-ec2/types.rb', line 47854 class LaunchTemplateHibernationOptionsRequest < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |