Class: Aws::EC2::Types::InstanceMaintenanceOptionsRequest

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

Overview

The maintenance options for the 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].

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery

Returns:

  • (String)


39659
39660
39661
39662
39663
# File 'lib/aws-sdk-ec2/types.rb', line 39659

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