Class: Aws::Drs::Types::UpdateRecoveryPlanExecutionStepResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_plan_execution_stepTypes::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