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

Returns:

  • (::String)


416
# File 'sig/client.rbs', line 416

def key_id: () -> ::String

#mac::String

Returns:

  • (::String)


414
# File 'sig/client.rbs', line 414

def mac: () -> ::String

#mac_algorithm"HMAC_SHA_224", ...

Returns:

  • ("HMAC_SHA_224", "HMAC_SHA_256", "HMAC_SHA_384", "HMAC_SHA_512")


415
# File 'sig/client.rbs', line 415

def mac_algorithm: () -> ("HMAC_SHA_224" | "HMAC_SHA_256" | "HMAC_SHA_384" | "HMAC_SHA_512")