Returns metadata associated with a restore job that is specified by a job ID.
backup_describe_restore_job(RestoreJobId)[required] Uniquely identifies the job that restores a recovery point.
A list with the following syntax:
list(
  AccountId = "string",
  RestoreJobId = "string",
  RecoveryPointArn = "string",
  CreationDate = as.POSIXct(
    "2015-01-01"
  ),
  CompletionDate = as.POSIXct(
    "2015-01-01"
  ),
  Status = "PENDING"|"RUNNING"|"COMPLETED"|"ABORTED"|"FAILED",
  StatusMessage = "string",
  PercentDone = "string",
  BackupSizeInBytes = 123,
  IamRoleArn = "string",
  ExpectedCompletionTimeMinutes = 123,
  CreatedResourceArn = "string",
  ResourceType = "string"
)
svc$describe_restore_job( RestoreJobId = "string" )