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

Class: Aws::EC2::Types::HibernationOptionsRequest

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

Overview

Note:

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

{
  configured: false,
}

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configuredBoolean

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

Default: false

Returns:

  • (Boolean)

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