Class: Aws::Types::RecoveryPlanExecutionStep

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def attempt
  @attempt
end

#configurationTypes::RecoveryPlanExecutionStepConfiguration

Returns the value of attribute configuration.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def configuration
  @configuration
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def created_at
  @created_at
end

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def error_detail
  @error_detail
end

#recovery_plan_execution_step_arn::String

Returns the value of attribute recovery_plan_execution_step_arn.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def recovery_plan_execution_step_arn
  @recovery_plan_execution_step_arn
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "EXECUTING", "WAITING", "COMPLETED", "FAILED", "TIMED_OUT", "SKIPPED")


1016
1017
1018
# File 'sig/types.rbs', line 1016

def status
  @status
end

#step_index::Integer

Returns the value of attribute step_index.

Returns:

  • (::Integer)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def step_index
  @step_index
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def step_name
  @step_name
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def updated_at
  @updated_at
end