Class: Aws::Types::RecoveryPlanStep
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#recovery_plan_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_step_arn.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#step_order ⇒ ::Integer
Returns the value of attribute step_order.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#configuration ⇒ Types::RecoveryPlanStepConfiguration
Returns the value of attribute configuration.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def configuration @configuration end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def created_at @created_at end |
#recovery_plan_step_arn ⇒ ::String
Returns the value of attribute recovery_plan_step_arn.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def recovery_plan_step_arn @recovery_plan_step_arn end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def step_name @step_name end |
#step_order ⇒ ::Integer
Returns the value of attribute step_order.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def step_order @step_order end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def updated_at @updated_at end |