Class: Aws::Drs::Types::RecoveryPlanExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
A Recovery Plan execution.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#completed_at ⇒ String
The timestamp when the execution completed.
-
#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 being executed.
-
#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.
-
#tags ⇒ Hash<String,String>
The tags associated with the Recovery Plan execution.
Instance Attribute Details
#completed_at ⇒ String
The timestamp when the execution completed.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#error_detail ⇒ Types::ErrorDetail
Error details if the execution failed.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#mode ⇒ String
The execution mode.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#recovery_plan_arn ⇒ String
The ARN of the Recovery Plan being executed.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#recovery_plan_execution_arn ⇒ String
The ARN of the Recovery Plan execution.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#started_at ⇒ String
The timestamp when the execution started.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#status ⇒ String
The execution status.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the Recovery Plan execution.
3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-drs/types.rb', line 3262 class RecoveryPlanExecution < Struct.new( :recovery_plan_execution_arn, :recovery_plan_arn, :mode, :status, :started_at, :completed_at, :error_detail, :tags) SENSITIVE = [:tags] include Aws::Structure end |