Module: Aws::Drs::Client::_ListRecoveryPlanExecutionStepsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListRecoveryPlanExecutionStepsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #recovery_plan_execution_steps ⇒ ::Array[Types::RecoveryPlanExecutionStepSummary]
Instance Method Details
#next_token ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def next_token: () -> ::String
|
#recovery_plan_execution_steps ⇒ ::Array[Types::RecoveryPlanExecutionStepSummary]
618 |
# File 'sig/client.rbs', line 618
def recovery_plan_execution_steps: () -> ::Array[Types::RecoveryPlanExecutionStepSummary]
|