Class: Aws::Drs::Types::UpdateRecoveryPlanStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UpdateRecoveryPlanStepResponse
- 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.
5071 5072 5073 5074 5075 |
# File 'lib/aws-sdk-drs/types.rb', line 5071 class UpdateRecoveryPlanStepResponse < Struct.new( :recovery_plan_step) SENSITIVE = [] include Aws::Structure end |