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)


47882
47883
47884
47885
47886
47887
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47882

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


47882
47883
47884
47885
47886
47887
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47882

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