Class: Aws::Drs::Types::ListRecoveryPlanExecutionsResponse

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)


2356
2357
2358
2359
2360
2361
# File 'lib/aws-sdk-drs/types.rb', line 2356

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

#recovery_plan_executions ⇒ Array<Types::RecoveryPlanExecutionSummary>

The list of Recovery Plan executions.



2356
2357
2358
2359
2360
2361
# File 'lib/aws-sdk-drs/types.rb', line 2356

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