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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2236
2237
2238
2239
2240
# File 'lib/aws-sdk-mgn/types.rb', line 2236

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