Class: Aws::Drs::Types::UpdateRecoveryPlanStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UpdateRecoveryPlanStepRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Type-specific configuration for a recovery plan step.
-
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step to update.
-
#step_name ⇒ String
The name of a Recovery Plan Step.
Instance Attribute Details
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Type-specific configuration for a recovery plan step. Exactly one member must be set.
5057 5058 5059 5060 5061 5062 5063 |
# File 'lib/aws-sdk-drs/types.rb', line 5057 class UpdateRecoveryPlanStepRequest < Struct.new( :recovery_plan_step_arn, :step_name, :configuration) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step to update.
5057 5058 5059 5060 5061 5062 5063 |
# File 'lib/aws-sdk-drs/types.rb', line 5057 class UpdateRecoveryPlanStepRequest < Struct.new( :recovery_plan_step_arn, :step_name, :configuration) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of a Recovery Plan Step.
5057 5058 5059 5060 5061 5062 5063 |
# File 'lib/aws-sdk-drs/types.rb', line 5057 class UpdateRecoveryPlanStepRequest < Struct.new( :recovery_plan_step_arn, :step_name, :configuration) SENSITIVE = [] include Aws::Structure end |