Method: Aws::KMS::Types::VerifyMacResponse#mac_algorithm
- Defined in:
- lib/aws-sdk-kms/types.rb
#mac_algorithm ⇒ String
The MAC algorithm used in the verification.
6911 6912 6913 6914 6915 6916 6917 |
# File 'lib/aws-sdk-kms/types.rb', line 6911 class VerifyMacResponse < Struct.new( :key_id, :mac_valid, :mac_algorithm) SENSITIVE = [] include Aws::Structure end |