Class: Aws::Drs::Types::DeleteRecoveryPlanResponse

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_arnString

The ARN of the deleted Recovery Plan.

Returns:

  • (String)


770
771
772
773
774
# File 'lib/aws-sdk-drs/types.rb', line 770

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