Class: Aws::EC2::Types::LaunchTemplateHibernationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateHibernationOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Indicates whether an instance is configured for hibernation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured ⇒ Boolean
If this parameter is set to ‘true`, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
Instance Attribute Details
#configured ⇒ Boolean
If this parameter is set to ‘true`, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
45142 45143 45144 45145 45146 |
# File 'lib/aws-sdk-ec2/types.rb', line 45142 class LaunchTemplateHibernationOptions < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |