Class: Aws::Drs::Types::RetryRecoveryPlanExecutionStepRequest

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_step_arnString

The ARN of the execution step to retry.

Returns:

  • (String)


3971
3972
3973
3974
3975
# File 'lib/aws-sdk-drs/types.rb', line 3971

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