Class: Aws::Drs::Types::RetryRecoveryPlanExecutionStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RetryRecoveryPlanExecutionStepRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution_step_arn ⇒ String
The ARN of the execution step to retry.
Instance Attribute Details
#recovery_plan_execution_step_arn ⇒ String
The ARN of the execution step to retry.
3971 3972 3973 3974 3975 |
# File 'lib/aws-sdk-drs/types.rb', line 3971 class RetryRecoveryPlanExecutionStepRequest < Struct.new( :recovery_plan_execution_step_arn) SENSITIVE = [] include Aws::Structure end |