Class: Aws::Drs::Types::ListRecoveryPlanStepsResponse

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)


2395
2396
2397
2398
2399
2400
# File 'lib/aws-sdk-drs/types.rb', line 2395

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

#recovery_plan_steps ⇒ Array<Types::RecoveryPlanStep>

The list of Recovery Plan steps.

Returns:



2395
2396
2397
2398
2399
2400
# File 'lib/aws-sdk-drs/types.rb', line 2395

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