Class: Aws::Types::VerifyCardValidationDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyCardValidationDataOutput
- 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.
882 883 884 |
# File 'sig/types.rbs', line 882 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
883 884 885 |
# File 'sig/types.rbs', line 883 def key_check_value @key_check_value end |