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.

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)


44432
44433
44434
44435
44436
# File 'lib/aws-sdk-ec2/types.rb', line 44432

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