Class: Aws::Types::CreateRecoveryPlanStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecoveryPlanStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Returns the value of attribute configuration.
-
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#step_order ⇒ ::Integer
Returns the value of attribute step_order.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
115 116 117 |
# File 'sig/types.rbs', line 115 def client_token @client_token end |
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Returns the value of attribute configuration.
114 115 116 |
# File 'sig/types.rbs', line 114 def configuration @configuration end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def recovery_plan_arn @recovery_plan_arn end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def step_name @step_name end |
#step_order ⇒ ::Integer
Returns the value of attribute step_order.
113 114 115 |
# File 'sig/types.rbs', line 113 def step_order @step_order end |