Class: Aws::Types::DynamicCardVerificationCode
- Inherits:
-
Object
- Object
- Aws::Types::DynamicCardVerificationCode
- 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.
-
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
-
#track_data ⇒ ::String
Returns the value of attribute track_data.
-
#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.
253 254 255 |
# File 'sig/types.rbs', line 253 def application_transaction_counter @application_transaction_counter end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
252 253 254 |
# File 'sig/types.rbs', line 252 def pan_sequence_number @pan_sequence_number end |
#track_data ⇒ ::String
Returns the value of attribute track_data.
254 255 256 |
# File 'sig/types.rbs', line 254 def track_data @track_data end |
#unpredictable_number ⇒ ::String
Returns the value of attribute unpredictable_number.
251 252 253 |
# File 'sig/types.rbs', line 251 def unpredictable_number @unpredictable_number end |