Class: Aws::Mgn::Types::StartCutoverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartCutoverResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
Start Cutover Job response.
Instance Attribute Details
#job ⇒ Types::Job
Start Cutover Job response.
3880 3881 3882 3883 3884 |
# File 'lib/aws-sdk-mgn/types.rb', line 3880 class StartCutoverResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |