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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-mgn/types.rb', line 2245

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