Class: Aws::EC2::Types::InstanceMaintenanceOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Provides information on the current automatic recovery behavior of your instance.

Returns:

  • (String)


39789
39790
39791
39792
39793
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39789

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