Class: Aws::Drs::Types::GetRecoveryPlanRequest

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 retrieve.

Returns:

  • (String)


1530
1531
1532
1533
1534
# File 'lib/aws-sdk-drs/types.rb', line 1530

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