Class: Aws::EC2::Types::LaunchTemplateInstanceMaintenanceOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


43954
43955
43956
43957
43958
# File 'lib/aws-sdk-ec2/types.rb', line 43954

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