Class: Aws::Drs::Types::TerminateRecoveryInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::TerminateRecoveryInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
The Job for terminating the Recovery Instances.
Instance Attribute Details
#job ⇒ Types::Job
The Job for terminating the Recovery Instances.
3645 3646 3647 3648 3649 |
# File 'lib/aws-sdk-drs/types.rb', line 3645 class TerminateRecoveryInstancesResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |