Class: Aws::Types::DiscoverDynamicCardVerificationCode
- Inherits:
-
Object
- Object
- Aws::Types::DiscoverDynamicCardVerificationCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_transaction_counter ⇒ ::String
Returns the value of attribute application_transaction_counter.
-
#card_expiry_date ⇒ ::String
Returns the value of attribute card_expiry_date.
-
#unpredictable_number ⇒ ::String
Returns the value of attribute unpredictable_number.
Instance Attribute Details
#application_transaction_counter ⇒ ::String
Returns the value of attribute application_transaction_counter.
224 225 226 |
# File 'sig/types.rbs', line 224 def application_transaction_counter @application_transaction_counter end |
#card_expiry_date ⇒ ::String
Returns the value of attribute card_expiry_date.
222 223 224 |
# File 'sig/types.rbs', line 222 def card_expiry_date @card_expiry_date end |
#unpredictable_number ⇒ ::String
Returns the value of attribute unpredictable_number.
223 224 225 |
# File 'sig/types.rbs', line 223 def unpredictable_number @unpredictable_number end |