Class: Aws::Drs::Types::RecoveryPlanExecutionStepSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Summary information about a Recovery Plan execution step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RecoveryPlanExecutionStepConfiguration

Type-specific configuration for an execution step response. Mirrors RecoveryPlanStepConfiguration but uses execution-enriched server shapes.



3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-drs/types.rb', line 3436

class RecoveryPlanExecutionStepSummary < Struct.new(
  :recovery_plan_execution_step_arn,
  :step_name,
  :step_index,
  :status,
  :configuration,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailTypes::ErrorDetail

Error details if the step failed.

Returns:



3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-drs/types.rb', line 3436

class RecoveryPlanExecutionStepSummary < Struct.new(
  :recovery_plan_execution_step_arn,
  :step_name,
  :step_index,
  :status,
  :configuration,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_execution_step_arnString

The ARN of the execution step.

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-drs/types.rb', line 3436

class RecoveryPlanExecutionStepSummary < Struct.new(
  :recovery_plan_execution_step_arn,
  :step_name,
  :step_index,
  :status,
  :configuration,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the execution step.

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-drs/types.rb', line 3436

class RecoveryPlanExecutionStepSummary < Struct.new(
  :recovery_plan_execution_step_arn,
  :step_name,
  :step_index,
  :status,
  :configuration,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#step_indexInteger

The order of a step within a Recovery Plan (1-based).

Returns:

  • (Integer)


3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-drs/types.rb', line 3436

class RecoveryPlanExecutionStepSummary < Struct.new(
  :recovery_plan_execution_step_arn,
  :step_name,
  :step_index,
  :status,
  :configuration,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of a Recovery Plan Step.

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-drs/types.rb', line 3436

class RecoveryPlanExecutionStepSummary < Struct.new(
  :recovery_plan_execution_step_arn,
  :step_name,
  :step_index,
  :status,
  :configuration,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end