Class: Aws::Types::GenerateMacOutput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMacOutput
- 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.
-
#mac ⇒ ::String
Returns the value of attribute mac.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
418 419 420 |
# File 'sig/types.rbs', line 418 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
419 420 421 |
# File 'sig/types.rbs', line 419 def key_check_value @key_check_value end |
#mac ⇒ ::String
Returns the value of attribute mac.
420 421 422 |
# File 'sig/types.rbs', line 420 def mac @mac end |