Class: Aws::Types::GetProtectedJobInput
- Inherits:
-
Object
- Object
- Aws::Types::GetProtectedJobInput
- 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.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def membership_identifier @membership_identifier end |
#protected_job_identifier ⇒ ::String
Returns the value of attribute protected_job_identifier.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def protected_job_identifier @protected_job_identifier end |