Class: Aws::Drs::Types::DeleteRecoveryPlanExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteRecoveryPlanExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution to delete.
Instance Attribute Details
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution to delete.
734 735 736 737 738 |
# File 'lib/aws-sdk-drs/types.rb', line 734 class DeleteRecoveryPlanExecutionRequest < Struct.new( :recovery_plan_execution_arn) SENSITIVE = [] include Aws::Structure end |