Class: Aws::Drs::Types::GetRecoveryPlanExecutionStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanExecutionStepRequest
- Defined in:
- gems/aws-sdk-drs/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.
Instance Attribute Details
#recovery_plan_execution_step_arn ⇒ String
The ARN of the execution step.
1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1506 class GetRecoveryPlanExecutionStepRequest < Struct.new( :recovery_plan_execution_step_arn) SENSITIVE = [] include Aws::Structure end |