Class: Aws::Drs::Types::RecoveryPlanExecutionStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanExecutionStep
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
A Recovery Plan Execution Step resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attempt ⇒ Integer
The number of times this step has been attempted.
-
#configuration ⇒ Types::RecoveryPlanExecutionStepConfiguration
Type-specific configuration for an execution step response.
-
#created_at ⇒ String
The timestamp when the execution step was created.
-
#error_detail ⇒ Types::ErrorDetail
Error details if the step failed.
-
#recovery_plan_execution_step_arn ⇒ String
The ARN of the execution step.
-
#status ⇒ String
The status of the execution step.
-
#step_index ⇒ Integer
The order of a step within a Recovery Plan (1-based).
-
#step_name ⇒ String
The name of a Recovery Plan Step.
-
#updated_at ⇒ String
The timestamp when the execution step was last updated.
Instance Attribute Details
#attempt ⇒ Integer
The number of times this step has been attempted.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::RecoveryPlanExecutionStepConfiguration
Type-specific configuration for an execution step response. Mirrors RecoveryPlanStepConfiguration but uses execution-enriched server shapes.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
The timestamp when the execution step was created.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#error_detail ⇒ Types::ErrorDetail
Error details if the step failed.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_execution_step_arn ⇒ String
The ARN of the execution step.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the execution step.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#step_index ⇒ Integer
The order of a step within a Recovery Plan (1-based).
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of a Recovery Plan Step.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ String
The timestamp when the execution step was last updated.
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3362 class RecoveryPlanExecutionStep < Struct.new( :recovery_plan_execution_step_arn, :step_index, :status, :step_name, :configuration, :error_detail, :attempt, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |