Class: Aws::EC2::Types::ModifyInstanceMaintenanceOptionsResult

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

Overview

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)


48006
48007
48008
48009
48010
48011
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48006

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


48006
48007
48008
48009
48010
48011
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48006

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