Class: Aws::Drs::Types::RecoveryLifeCycle

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

Overview

An object representing the Source Network recovery Lifecycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeTime

The date and time the last Source Network recovery was initiated.

Returns:

  • (Time)


2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2646

class RecoveryLifeCycle < Struct.new(
  :api_call_date_time,
  :job_id,
  :last_recovery_result)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID of the Job that was used to last recover the Source Network.

Returns:

  • (String)


2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2646

class RecoveryLifeCycle < Struct.new(
  :api_call_date_time,
  :job_id,
  :last_recovery_result)
  SENSITIVE = []
  include Aws::Structure
end

#last_recovery_resultString

The status of the last recovery status of this Source Network.

Returns:

  • (String)


2646
2647
2648
2649
2650
2651
2652
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2646

class RecoveryLifeCycle < Struct.new(
  :api_call_date_time,
  :job_id,
  :last_recovery_result)
  SENSITIVE = []
  include Aws::Structure
end