Class: Aws::Drs::Types::ListRecoveryPlanExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlanExecutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#recovery_plan_executions ⇒ Array<Types::RecoveryPlanExecutionSummary>
The list of Recovery Plan executions.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
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 |