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.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def membership_identifier @membership_identifier end |
#protected_job_identifier ⇒ ::String
Returns the value of attribute protected_job_identifier.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def protected_job_identifier @protected_job_identifier end |