Class: Aws::Types::ListRecoveryPlanExecutionStepsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def next_token
  @next_token
end

#recovery_plan_execution_steps::Array[Types::RecoveryPlanExecutionStepSummary]

Returns the value of attribute recovery_plan_execution_steps.



730
731
732
# File 'sig/types.rbs', line 730

def recovery_plan_execution_steps
  @recovery_plan_execution_steps
end