Class: Aws::Drs::Types::GetRecoveryPlanStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanStepResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_step ⇒ Types::RecoveryPlanStep
A Recovery Plan Step resource.
Instance Attribute Details
#recovery_plan_step ⇒ Types::RecoveryPlanStep
A Recovery Plan Step resource.
1566 1567 1568 1569 1570 |
# File 'lib/aws-sdk-drs/types.rb', line 1566 class GetRecoveryPlanStepResponse < Struct.new( :recovery_plan_step) SENSITIVE = [] include Aws::Structure end |