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.
3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-drs/types.rb', line 3680 class TerminateRecoveryInstancesResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |