Class: Aws::Drs::Types::RecoveryPlanExecutionStep

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

Instance Attribute Details

#attemptInteger

The number of times this step has been attempted.

Returns:

  • (Integer)


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

#configurationTypes::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_atString

The timestamp when the execution step was created.

Returns:

  • (String)


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_detailTypes::ErrorDetail

Error details if the step failed.

Returns:



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_arnString

The ARN of the execution step.

Returns:

  • (String)


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

#statusString

The status of the execution step.

Returns:

  • (String)


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_indexInteger

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

Returns:

  • (Integer)


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_nameString

The name of a Recovery Plan Step.

Returns:

  • (String)


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_atString

The timestamp when the execution step was last updated.

Returns:

  • (String)


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