Class: Aws::Types::SignPayloadResponse
- Inherits:
-
Object
- Object
- Aws::Types::SignPayloadResponse
- 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.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#signature ⇒ ::String
Returns the value of attribute signature.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
328 329 330 |
# File 'sig/types.rbs', line 328 def job_id @job_id end |
#job_owner ⇒ ::String
Returns the value of attribute job_owner.
329 330 331 |
# File 'sig/types.rbs', line 329 def job_owner @job_owner end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
330 331 332 |
# File 'sig/types.rbs', line 330 def end |
#signature ⇒ ::String
Returns the value of attribute signature.
331 332 333 |
# File 'sig/types.rbs', line 331 def signature @signature end |