Class: Aws::Types::RecoveryPlanExecutionStepSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RecoveryPlanExecutionStepConfiguration

Returns the value of attribute configuration.



1045
1046
1047
# File 'sig/types.rbs', line 1045

def configuration
  @configuration
end

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



1046
1047
1048
# File 'sig/types.rbs', line 1046

def error_detail
  @error_detail
end

#recovery_plan_execution_step_arn::String

Returns the value of attribute recovery_plan_execution_step_arn.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

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")


1044
1045
1046
# File 'sig/types.rbs', line 1044

def status
  @status
end

#step_index::Integer

Returns the value of attribute step_index.

Returns:

  • (::Integer)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def step_index
  @step_index
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def step_name
  @step_name
end