Module: Aws::KMS::Client::_GenerateMacResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GenerateMacResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#key_id ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def key_id: () -> ::String
|
#mac ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def mac: () -> ::String
|
#mac_algorithm ⇒ "HMAC_SHA_224", ...
415 |
# File 'sig/client.rbs', line 415
def mac_algorithm: () -> ("HMAC_SHA_224" | "HMAC_SHA_256" | "HMAC_SHA_384" | "HMAC_SHA_512")
|