Class: Aws::Types::RecoveryPlanExecutionServer
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPlanExecutionServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impact_level ⇒ "CRITICAL", "OPTIONAL"
Returns the value of attribute impact_level.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#server_arn ⇒ ::String
Returns the value of attribute server_arn.
Instance Attribute Details
#impact_level ⇒ "CRITICAL", "OPTIONAL"
Returns the value of attribute impact_level.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def impact_level @impact_level end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def job_id @job_id end |
#server_arn ⇒ ::String
Returns the value of attribute server_arn.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def server_arn @server_arn end |