Class: Aws::Types::VerifyMacResponse
- Inherits:
-
Object
- Object
- Aws::Types::VerifyMacResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#mac_algorithm ⇒ "HMAC_SHA_224", ...
Returns the value of attribute mac_algorithm.
-
#mac_valid ⇒ Boolean
Returns the value of attribute mac_valid.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
992 993 994 |
# File 'sig/types.rbs', line 992 def key_id @key_id end |
#mac_algorithm ⇒ "HMAC_SHA_224", ...
Returns the value of attribute mac_algorithm.
994 995 996 |
# File 'sig/types.rbs', line 994 def mac_algorithm @mac_algorithm end |
#mac_valid ⇒ Boolean
Returns the value of attribute mac_valid.
993 994 995 |
# File 'sig/types.rbs', line 993 def mac_valid @mac_valid end |