Class: Aws::Types::VerifyMacOutput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyMacOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
897 898 899 |
# File 'sig/types.rbs', line 897 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
898 899 900 |
# File 'sig/types.rbs', line 898 def key_check_value @key_check_value end |