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.
3470 3471 3472 3473 3474 |
# File 'lib/aws-sdk-drs/types.rb', line 3470 class StartSourceNetworkRecoveryResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |