Class: Aws::Drs::Types::GetRecoveryPlanStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetRecoveryPlanStepRequest
- 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 retrieve.
Instance Attribute Details
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step to retrieve.
1554 1555 1556 1557 1558 |
# File 'lib/aws-sdk-drs/types.rb', line 1554 class GetRecoveryPlanStepRequest < Struct.new( :recovery_plan_step_arn) SENSITIVE = [] include Aws::Structure end |