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:



4005
4006
4007
4008
4009
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4005

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