Class: Aws::Drs::Types::GetRecoveryPlanExecutionRequest

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_execution_arnString

The ARN of the Recovery Plan execution.

Returns:

  • (String)


1482
1483
1484
1485
1486
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1482

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