Class: Aws::Mgn::Types::LifeCycleLastCutoverReverted

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

Overview

Lifecycle last Cutover reverted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeString

Lifecycle last Cutover reverted API call date time.

Returns:

  • (String)


2207
2208
2209
2210
2211
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2207

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