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.
47831 47832 47833 47834 47835 |
# File 'lib/aws-sdk-ec2/types.rb', line 47831 class LaunchTemplateHibernationOptions < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |