You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::LaunchTemplateHibernationOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LaunchTemplateHibernationOptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  configured: false,
}

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configuredBoolean

If you set this parameter to true, the instance is enabled for hibernation.

Default: false

Returns:

  • (Boolean)

    If you set this parameter to true, the instance is enabled for hibernation.