Class: Aws::EC2::Types::LaunchTemplateInstanceMaintenanceOptionsRequest

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

Overview

The maintenance options of your instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_recoveryString

Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.

Returns:

  • (String)


44515
44516
44517
44518
44519
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44515

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