Class: Aws::EC2::Types::LaunchTemplateHibernationOptions

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

Overview

Indicates whether an instance is configured for hibernation.

Instance Attribute Summary collapse

Instance Attribute Details

#configuredBoolean

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

Returns:

  • (Boolean)


23966
23967
23968
23969
# File 'lib/aws-sdk-ec2/types.rb', line 23966

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