Class: Aws::Types::ListRecoveryPlanExecutionsResponse

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)


745
746
747
# File 'sig/types.rbs', line 745

def next_token
  @next_token
end

#recovery_plan_executions::Array[Types::RecoveryPlanExecutionSummary]

Returns the value of attribute recovery_plan_executions.



744
745
746
# File 'sig/types.rbs', line 744

def recovery_plan_executions
  @recovery_plan_executions
end