Class: Aws::Types::RecoveryLifeCycle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_time::Time

Returns the value of attribute api_call_date_time.

Returns:

  • (::Time)


971
972
973
# File 'sig/types.rbs', line 971

def api_call_date_time
  @api_call_date_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def job_id
  @job_id
end

#last_recovery_result"NOT_STARTED", ...

Returns the value of attribute last_recovery_result.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "SUCCESS", "FAIL", "PARTIAL_SUCCESS", "ASSOCIATE_SUCCESS", "ASSOCIATE_FAIL")


973
974
975
# File 'sig/types.rbs', line 973

def last_recovery_result
  @last_recovery_result
end