Class: Aws::Drs::Types::ListRecoveryPlanExecutionStepsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ String

The token for the next page of results.

Returns:

  • (String)


2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-drs/types.rb', line 2312

class ListRecoveryPlanExecutionStepsResponse < Struct.new(
  :recovery_plan_execution_steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_execution_steps ⇒ Array<Types::RecoveryPlanExecutionStepSummary>

The list of execution steps.



2312
2313
2314
2315
2316
2317
# File 'lib/aws-sdk-drs/types.rb', line 2312

class ListRecoveryPlanExecutionStepsResponse < Struct.new(
  :recovery_plan_execution_steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end