Class: Aws::Mgn::Types::StartTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartTestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
Start Test Job response.
Instance Attribute Details
#job ⇒ Types::Job
Start Test Job response.
4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-mgn/types.rb', line 4005 class StartTestResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |