Class: Aws::Drs::Types::TerminateRecoveryInstancesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::Job

The Job for terminating the Recovery Instances.

Returns:



3645
3646
3647
3648
3649
# File 'lib/aws-sdk-drs/types.rb', line 3645

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