Class: Aws::Drs::Types::GetRecoveryPlanStepResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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.



1566
1567
1568
1569
1570
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1566

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