Module: Aws::Signer::Client::_SignPayloadResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SignPayloadResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #job_id ⇒ ::String
- #job_owner ⇒ ::String
- #metadata ⇒ ::Hash[::String, ::String]
- #signature ⇒ ::String
Instance Method Details
#job_id ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def job_id: () -> ::String
|
#job_owner ⇒ ::String
320 |
# File 'sig/client.rbs', line 320
def job_owner: () -> ::String
|
#metadata ⇒ ::Hash[::String, ::String]
321 |
# File 'sig/client.rbs', line 321
def metadata: () -> ::Hash[::String, ::String]
|
#signature ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def signature: () -> ::String
|