Class: Aws::Mgn::Types::LifeCycleLastTestFinalized

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

Overview

Lifecycle last Test finalized.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeString

Lifecycle Test failed API call date and time.

Returns:

  • (String)


2245
2246
2247
2248
2249
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2245

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