Class: Aws::Types::ReorderRecoveryPlanStepsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ordered_step_arns::Array[::String]

Returns the value of attribute ordered_step_arns.

Returns:

  • (::Array[::String])


1110
1111
1112
# File 'sig/types.rbs', line 1110

def ordered_step_arns
  @ordered_step_arns
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def recovery_plan_arn
  @recovery_plan_arn
end