Class: Aws::Drs::Types::DeleteRecoveryPlanRequest

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 Recovery Plan to delete.

Returns:

  • (String)


758
759
760
761
762
# File 'lib/aws-sdk-drs/types.rb', line 758

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