Class: Aws::Drs::Types::GetRecoveryPlanExecutionStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanExecutionStepResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_plan_execution_step ⇒ Types::RecoveryPlanExecutionStep
A Recovery Plan Execution Step resource.
Instance Attribute Details
#recovery_plan_execution_step ⇒ Types::RecoveryPlanExecutionStep
A Recovery Plan Execution Step resource.
1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-drs/types.rb', line 1518 class GetRecoveryPlanExecutionStepResponse < Struct.new( :recovery_plan_execution_step) SENSITIVE = [] include Aws::Structure end |