Class: Aws::Types::RecoveryPlanExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::String

Returns the value of attribute completed_at.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def completed_at
  @completed_at
end

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def error_detail
  @error_detail
end

#mode"DRILL", "RECOVERY"

Returns the value of attribute mode.

Returns:

  • ("DRILL", "RECOVERY")


991
992
993
# File 'sig/types.rbs', line 991

def mode
  @mode
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def recovery_plan_arn
  @recovery_plan_arn
end

#recovery_plan_execution_arn::String

Returns the value of attribute recovery_plan_execution_arn.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def recovery_plan_execution_arn
  @recovery_plan_execution_arn
end

#started_at::String

Returns the value of attribute started_at.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def started_at
  @started_at
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

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


992
993
994
# File 'sig/types.rbs', line 992

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


996
997
998
# File 'sig/types.rbs', line 996

def tags
  @tags
end