Class: Aws::EC2::Types::HibernationOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites]. Hibernation is currently supported only for Amazon Linux. For more information, see [Hibernate Your Instance] in the *Amazon Elastic Compute Cloud User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites [2]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html

Instance Attribute Summary collapse

Instance Attribute Details

#configuredBoolean

If this parameter is set to ‘true`, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

Returns:

  • (Boolean)


20332
20333
20334
20335
# File 'lib/aws-sdk-ec2/types.rb', line 20332

class HibernationOptions < Struct.new(
  :configured)
  include Aws::Structure
end