Class: Aws::Mgn::Types::LifeCycleLastCutoverFinalized

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

Overview

Lifecycle Cutover finalized

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeString

Lifecycle Cutover finalized date and time.

Returns:

  • (String)


2175
2176
2177
2178
2179
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2175

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