Class: Aws::Types::RecoveryLifeCycle
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryLifeCycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ ::Time
Returns the value of attribute api_call_date_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_recovery_result ⇒ "NOT_STARTED", ...
Returns the value of attribute last_recovery_result.
Instance Attribute Details
#api_call_date_time ⇒ ::Time
Returns the value of attribute api_call_date_time.
971 972 973 |
# File 'sig/types.rbs', line 971 def api_call_date_time @api_call_date_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def job_id @job_id end |
#last_recovery_result ⇒ "NOT_STARTED", ...
Returns the value of attribute last_recovery_result.
973 974 975 |
# File 'sig/types.rbs', line 973 def last_recovery_result @last_recovery_result end |