Class: Aws::Types::RecoveryPlanExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



1056
1057
1058
# File 'sig/types.rbs', line 1056

def error_detail
  @error_detail
end

#mode"DRILL", "RECOVERY"

Returns the value of attribute mode.

Returns:

  • ("DRILL", "RECOVERY")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def mode
  @mode
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def recovery_plan_arn
  @recovery_plan_arn
end

#recovery_plan_execution_arn::String

Returns the value of attribute recovery_plan_execution_arn.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def recovery_plan_execution_arn
  @recovery_plan_execution_arn
end

#started_at::String

Returns the value of attribute started_at.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def started_at
  @started_at
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "IN_PROGRESS", "COMPLETED", "FAILED", "CANCELLING", "CANCELLED")


1054
1055
1056
# File 'sig/types.rbs', line 1054

def status
  @status
end