Module: Aws::KMS::Client::_VerifyMacResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::VerifyMacResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#key_id::String

Returns:

  • (::String)


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

def key_id: () -> ::String

#mac_algorithm"HMAC_SHA_224", ...

Returns:

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


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

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

#mac_validBoolean

Returns:

  • (Boolean)


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

def mac_valid: () -> bool