Class: Aws::Drs::Types::RecoveryPlanExecution

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

Overview

A Recovery Plan execution.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atString

The timestamp when the execution completed.

Returns:

  • (String)


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

Error details if the execution failed.

Returns:



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

#modeString

The execution mode.

Returns:

  • (String)


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_arnString

The ARN of the Recovery Plan being executed.

Returns:

  • (String)


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_arnString

The ARN of the Recovery Plan execution.

Returns:

  • (String)


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_atString

The timestamp when the execution started.

Returns:

  • (String)


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

#statusString

The execution status.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags associated with the Recovery Plan execution.

Returns:

  • (Hash<String,String>)


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