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)


48072
48073
48074
48075
48076
48077
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48072

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


48072
48073
48074
48075
48076
48077
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48072

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