Class: Aws::Types::GenerateCardValidationDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateCardValidationDataOutput
- 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.
-
#validation_data ⇒ ::String
Returns the value of attribute validation_data.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
379 380 381 |
# File 'sig/types.rbs', line 379 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
380 381 382 |
# File 'sig/types.rbs', line 380 def key_check_value @key_check_value end |
#validation_data ⇒ ::String
Returns the value of attribute validation_data.
381 382 383 |
# File 'sig/types.rbs', line 381 def validation_data @validation_data end |