Class: Aws::Drs::Types::DeleteRecoveryPlanStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteRecoveryPlanStepResponse
- 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 deleted Recovery Plan step.
Instance Attribute Details
#recovery_plan_step_arn ⇒ String
The ARN of the deleted Recovery Plan step.
794 795 796 797 798 |
# File 'lib/aws-sdk-drs/types.rb', line 794 class DeleteRecoveryPlanStepResponse < Struct.new( :recovery_plan_step_arn) SENSITIVE = [] include Aws::Structure end |