Class: Aws::Types::RevokeSignatureRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeSignatureRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_owner ⇒ ::String
Returns the value of attribute job_owner.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def job_id @job_id end |
#job_owner ⇒ ::String
Returns the value of attribute job_owner.
281 282 283 |
# File 'sig/types.rbs', line 281 def job_owner @job_owner end |
#reason ⇒ ::String
Returns the value of attribute reason.
282 283 284 |
# File 'sig/types.rbs', line 282 def reason @reason end |