Class: Aws::Drs::Types::StartRecoveryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartRecoveryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
The Recovery Job.
Instance Attribute Details
#job ⇒ Types::Job
The Recovery Job.
3442 3443 3444 3445 3446 |
# File 'lib/aws-sdk-drs/types.rb', line 3442 class StartRecoveryResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |