Class: Aws::EC2::Types::LaunchTemplateHibernationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateHibernationOptions
- Defined in:
- gems/aws-sdk-ec2/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.
48413 48414 48415 48416 48417 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48413 class LaunchTemplateHibernationOptions < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |