Class: Aws::Drs::Types::RecoveryPlanExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanExecutionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Summary information about a Recovery Plan execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_detail ⇒ Types::ErrorDetail
Error details if the execution failed.
-
#mode ⇒ String
The execution mode.
-
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan.
-
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution.
-
#started_at ⇒ String
The timestamp when the execution started.
-
#status ⇒ String
The execution status.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
Error details if the execution failed.
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-drs/types.rb', line 3475 class RecoveryPlanExecutionSummary < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The execution mode.
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-drs/types.rb', line 3475 class RecoveryPlanExecutionSummary < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan.
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-drs/types.rb', line 3475 class RecoveryPlanExecutionSummary < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution.
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-drs/types.rb', line 3475 class RecoveryPlanExecutionSummary < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ String
The timestamp when the execution started.
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-drs/types.rb', line 3475 class RecoveryPlanExecutionSummary < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The execution status.
3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-drs/types.rb', line 3475 class RecoveryPlanExecutionSummary < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :error_detail) SENSITIVE = [] include Aws::Structure end |