Class: Aws::Types::ListRecoveryPlanStepsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPlanStepsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
751 752 753 |
# File 'sig/types.rbs', line 751 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
752 753 754 |
# File 'sig/types.rbs', line 752 def next_token @next_token end |
#recovery_plan_arn ⇒ ::String
Returns the value of attribute recovery_plan_arn.
750 751 752 |
# File 'sig/types.rbs', line 750 def recovery_plan_arn @recovery_plan_arn end |