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]. For more information, see [Hibernate your instance] in the *Amazon EC2 User Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuredBoolean

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

Returns:

  • (Boolean)


36285
36286
36287
36288
36289
# File 'lib/aws-sdk-ec2/types.rb', line 36285

class HibernationOptions < Struct.new(
  :configured)
  SENSITIVE = []
  include Aws::Structure
end