Class: Aws::Drs::Types::UpdateRecoveryPlanStepResponse

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_step ⇒ Types::RecoveryPlanStep

A Recovery Plan Step resource.



5076
5077
5078
5079
5080
# File 'lib/aws-sdk-drs/types.rb', line 5076

class UpdateRecoveryPlanStepResponse < Struct.new(
  :recovery_plan_step)
  SENSITIVE = []
  include Aws::Structure
end