Class: Aws::KMS::Types::GenerateMacResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The HMAC KMS key used in the operation.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2975

class GenerateMacResponse < Struct.new(
  :mac,
  :mac_algorithm,
  :key_id)
  SENSITIVE = []
  include Aws::Structure
end

#macString

The hash-based message authentication code (HMAC) that was generated for the specified message, HMAC KMS key, and MAC algorithm.

This is the standard, raw HMAC defined in RFC 2104.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2975

class GenerateMacResponse < Struct.new(
  :mac,
  :mac_algorithm,
  :key_id)
  SENSITIVE = []
  include Aws::Structure
end

#mac_algorithmString

The MAC algorithm that was used to generate the HMAC.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2975

class GenerateMacResponse < Struct.new(
  :mac,
  :mac_algorithm,
  :key_id)
  SENSITIVE = []
  include Aws::Structure
end