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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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 Amazon EC2 instance in the Amazon EC2 User Guide.

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)


42754
42755
42756
42757
42758
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42754

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