Class: Aws::Mgn::Types::StartCutoverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartCutoverResponse
- Defined in:
- gems/aws-sdk-mgn/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.
5977 5978 5979 5980 5981 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 5977 class StartCutoverResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |