Class: Aws::Types::RecoveryPlanExecutionStepConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecutionStepConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ExecutionServerStepConfiguration, Unknown, WaitStepConfiguration
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_server_step_configuration ⇒ Types::ExecutionServerStepConfiguration
Returns the value of attribute execution_server_step_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#wait_step_configuration ⇒ Types::WaitStepConfiguration
Returns the value of attribute wait_step_configuration.
Instance Attribute Details
#execution_server_step_configuration ⇒ Types::ExecutionServerStepConfiguration
Returns the value of attribute execution_server_step_configuration.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def execution_server_step_configuration @execution_server_step_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def unknown @unknown end |
#wait_step_configuration ⇒ Types::WaitStepConfiguration
Returns the value of attribute wait_step_configuration.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def wait_step_configuration @wait_step_configuration end |