Class: Aws::Mgn::Types::StartTestResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::Job

Start Test Job response.

Returns:



6521
6522
6523
6524
6525
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6521

class StartTestResponse < Struct.new(
  :job)
  SENSITIVE = []
  include Aws::Structure
end