Class: Aws::Types::RecoveryPlanStepConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanStepConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ServerStepConfiguration, Unknown, WaitStepConfiguration
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_step_configuration ⇒ Types::ServerStepConfiguration
Returns the value of attribute 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
#server_step_configuration ⇒ Types::ServerStepConfiguration
Returns the value of attribute server_step_configuration.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def server_step_configuration @server_step_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def unknown @unknown end |
#wait_step_configuration ⇒ Types::WaitStepConfiguration
Returns the value of attribute wait_step_configuration.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def wait_step_configuration @wait_step_configuration end |