Class: Aws::Drs::Types::StartSourceNetworkRecoveryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartSourceNetworkRecoveryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
The Source Network recovery Job.
Instance Attribute Details
#job ⇒ Types::Job
The Source Network recovery Job.
3520 3521 3522 3523 3524 |
# File 'lib/aws-sdk-drs/types.rb', line 3520 class StartSourceNetworkRecoveryResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |