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

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

Overview

Indicates whether an instance is configured for hibernation.

Constant Summary collapse

SENSITIVE =
[]

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)


44323
44324
44325
44326
44327
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44323

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