Class: Aws::Types::GenerateMacResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMacResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#mac ⇒ ::String
Returns the value of attribute mac.
-
#mac_algorithm ⇒ "HMAC_SHA_224", ...
Returns the value of attribute mac_algorithm.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
417 418 419 |
# File 'sig/types.rbs', line 417 def key_id @key_id end |
#mac ⇒ ::String
Returns the value of attribute mac.
415 416 417 |
# File 'sig/types.rbs', line 415 def mac @mac end |
#mac_algorithm ⇒ "HMAC_SHA_224", ...
Returns the value of attribute mac_algorithm.
416 417 418 |
# File 'sig/types.rbs', line 416 def mac_algorithm @mac_algorithm end |