Class: Aws::Drs::Types::CreateRecoveryPlanStepResponse

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_stepTypes::RecoveryPlanStep

A Recovery Plan Step resource.



371
372
373
374
375
# File 'lib/aws-sdk-drs/types.rb', line 371

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