Class: Aws::Drs::Types::GetRecoveryPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanRequest
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan to retrieve.
Instance Attribute Details
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan to retrieve.
1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1530 class GetRecoveryPlanRequest < Struct.new( :recovery_plan_arn) SENSITIVE = [] include Aws::Structure end |