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:



4086
4087
4088
4089
4090
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4086

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