Class: Aws::Mgn::Types::LifeCycleLastTestInitiated

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

Overview

Lifecycle last Test initiated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeString

Lifecycle last Test initiated API call date and time.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2263

class LifeCycleLastTestInitiated < Struct.new(
  :api_call_date_time,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

Lifecycle last Test initiated Job ID.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2263

class LifeCycleLastTestInitiated < Struct.new(
  :api_call_date_time,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end