Class: Aws::Drs::Types::RetryRecoveryPlanExecutionStepResponse

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.



3983
3984
3985
3986
3987
# File 'lib/aws-sdk-drs/types.rb', line 3983

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