Class: Aws::Drs::Types::ListRecoveryPlanExecutionStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlanExecutionStepsResponse
- 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_execution_steps ⇒ Array<Types::RecoveryPlanExecutionStepSummary>
The list of execution steps.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
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 |