Class: Aws::Drs::Types::ListRecoveryPlanStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListRecoveryPlanStepsResponse
- 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_steps ⇒ Array<Types::RecoveryPlanStep>
The list of Recovery Plan steps.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
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.
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 |