Class: Aws::Mgn::Types::LifeCycleLastTestReverted

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

Overview

Lifecycle last Test reverted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeString

Lifecycle last Test reverted API call date and time.

Returns:

  • (String)


2278
2279
2280
2281
2282
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2278

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