Class: Aws::Types::VerifyCardValidationDataInput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyCardValidationDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
-
#validation_data ⇒ ::String
Returns the value of attribute validation_data.
-
#verification_attributes ⇒ Types::CardVerificationAttributes
Returns the value of attribute verification_attributes.
Instance Attribute Details
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
874 875 876 |
# File 'sig/types.rbs', line 874 def key_identifier @key_identifier end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
875 876 877 |
# File 'sig/types.rbs', line 875 def primary_account_number @primary_account_number end |
#validation_data ⇒ ::String
Returns the value of attribute validation_data.
877 878 879 |
# File 'sig/types.rbs', line 877 def validation_data @validation_data end |
#verification_attributes ⇒ Types::CardVerificationAttributes
Returns the value of attribute verification_attributes.
876 877 878 |
# File 'sig/types.rbs', line 876 def verification_attributes @verification_attributes end |