Class: Aws::Drs::Types::DeleteRecoveryPlanStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteRecoveryPlanStepRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step to delete.
Instance Attribute Details
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step to delete.
782 783 784 785 786 |
# File 'lib/aws-sdk-drs/types.rb', line 782 class DeleteRecoveryPlanStepRequest < Struct.new( :recovery_plan_step_arn) SENSITIVE = [] include Aws::Structure end |