Class: Aws::Drs::Types::UpdateRecoveryPlanExecutionStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UpdateRecoveryPlanExecutionStepResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution_step ⇒ Types::RecoveryPlanExecutionStep
A Recovery Plan Execution Step resource.
Instance Attribute Details
#recovery_plan_execution_step ⇒ Types::RecoveryPlanExecutionStep
A Recovery Plan Execution Step resource.
5002 5003 5004 5005 5006 |
# File 'lib/aws-sdk-drs/types.rb', line 5002 class UpdateRecoveryPlanExecutionStepResponse < Struct.new( :recovery_plan_execution_step) SENSITIVE = [] include Aws::Structure end |