Class: Aws::Drs::Types::RecoveryPlanExecutionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_detailTypes::ErrorDetail

Error details if the execution failed.

Returns:



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

#modeString

The execution mode.

Returns:

  • (String)


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_arnString

The ARN of the Recovery Plan.

Returns:

  • (String)


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_arnString

The ARN of the Recovery Plan execution.

Returns:

  • (String)


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_atString

The timestamp when the execution started.

Returns:

  • (String)


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

#statusString

The execution status.

Returns:

  • (String)


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