Class: Aws::Drs::Types::RecoveryPlanStep

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

Overview

A Recovery Plan Step resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RecoveryPlanStepConfiguration

Type-specific configuration for a recovery plan step. Exactly one member must be set.



3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-drs/types.rb', line 3534

class RecoveryPlanStep < Struct.new(
  :recovery_plan_step_arn,
  :step_order,
  :step_name,
  :configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

The timestamp when the step was created.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-drs/types.rb', line 3534

class RecoveryPlanStep < Struct.new(
  :recovery_plan_step_arn,
  :step_order,
  :step_name,
  :configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_plan_step_arnString

The ARN of the Recovery Plan step.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-drs/types.rb', line 3534

class RecoveryPlanStep < Struct.new(
  :recovery_plan_step_arn,
  :step_order,
  :step_name,
  :configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of a Recovery Plan Step.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-drs/types.rb', line 3534

class RecoveryPlanStep < Struct.new(
  :recovery_plan_step_arn,
  :step_order,
  :step_name,
  :configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#step_orderInteger

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

Returns:

  • (Integer)


3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-drs/types.rb', line 3534

class RecoveryPlanStep < Struct.new(
  :recovery_plan_step_arn,
  :step_order,
  :step_name,
  :configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atString

The timestamp when the step was last updated.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-drs/types.rb', line 3534

class RecoveryPlanStep < Struct.new(
  :recovery_plan_step_arn,
  :step_order,
  :step_name,
  :configuration,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end