Class: Aws::Types::RecoveryPlanServer
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impact_level ⇒ "CRITICAL", "OPTIONAL"
Returns the value of attribute impact_level.
-
#server_arn ⇒ ::String
Returns the value of attribute server_arn.
Instance Attribute Details
#impact_level ⇒ "CRITICAL", "OPTIONAL"
Returns the value of attribute impact_level.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def impact_level @impact_level end |
#server_arn ⇒ ::String
Returns the value of attribute server_arn.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def server_arn @server_arn end |