Class: Aws::Types::UpdateProtectedJobInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectedJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#protected_job_identifier ⇒ ::String
Returns the value of attribute protected_job_identifier.
-
#target_status ⇒ "CANCELLED"
Returns the value of attribute target_status.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def membership_identifier @membership_identifier end |
#protected_job_identifier ⇒ ::String
Returns the value of attribute protected_job_identifier.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def protected_job_identifier @protected_job_identifier end |
#target_status ⇒ "CANCELLED"
Returns the value of attribute target_status.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def target_status @target_status end |