Class: Aws::Types::UpdateRecoveryPlanExecutionStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_plan_execution_step_arn::String

Returns the value of attribute recovery_plan_execution_step_arn.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def recovery_plan_execution_step_arn
  @recovery_plan_execution_step_arn
end

#servers::Array[Types::RecoveryPlanServer]

Returns the value of attribute servers.

Returns:



1485
1486
1487
# File 'sig/types.rbs', line 1485

def servers
  @servers
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "EXECUTING", "WAITING", "COMPLETED", "FAILED", "TIMED_OUT", "SKIPPED")


1484
1485
1486
# File 'sig/types.rbs', line 1484

def status
  @status
end

#wait_duration_minutes::Integer

Returns the value of attribute wait_duration_minutes.

Returns:

  • (::Integer)


1486
1487
1488
# File 'sig/types.rbs', line 1486

def wait_duration_minutes
  @wait_duration_minutes
end