Class: Aws::Drs::Types::RecoveryPlanStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanStep
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
A Recovery Plan Step resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Type-specific configuration for a recovery plan step.
-
#created_at ⇒ String
The timestamp when the step was created.
-
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step.
-
#step_name ⇒ String
The name of a Recovery Plan Step.
-
#step_order ⇒ Integer
The order of a step within a Recovery Plan (1-based).
-
#updated_at ⇒ String
The timestamp when the step was last updated.
Instance Attribute Details
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Type-specific configuration for a recovery plan step. Exactly one member must be set.
3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3534 class RecoveryPlanStep < Struct.new( :recovery_plan_step_arn, :step_order, :step_name, :configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
The timestamp when the step was created.
3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3534 class RecoveryPlanStep < Struct.new( :recovery_plan_step_arn, :step_order, :step_name, :configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_step_arn ⇒ String
The ARN of the Recovery Plan step.
3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3534 class RecoveryPlanStep < Struct.new( :recovery_plan_step_arn, :step_order, :step_name, :configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of a Recovery Plan Step.
3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3534 class RecoveryPlanStep < Struct.new( :recovery_plan_step_arn, :step_order, :step_name, :configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#step_order ⇒ Integer
The order of a step within a Recovery Plan (1-based).
3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3534 class RecoveryPlanStep < Struct.new( :recovery_plan_step_arn, :step_order, :step_name, :configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ String
The timestamp when the step was last updated.
3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3534 class RecoveryPlanStep < Struct.new( :recovery_plan_step_arn, :step_order, :step_name, :configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |