Class: Aws::Types::SessionKeyMastercard
- Inherits:
-
Object
- Object
- Aws::Types::SessionKeyMastercard
- 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.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
-
#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.
739 740 741 |
# File 'sig/types.rbs', line 739 def application_transaction_counter @application_transaction_counter end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
738 739 740 |
# File 'sig/types.rbs', line 738 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
737 738 739 |
# File 'sig/types.rbs', line 737 def primary_account_number @primary_account_number end |
#unpredictable_number ⇒ ::String
Returns the value of attribute unpredictable_number.
740 741 742 |
# File 'sig/types.rbs', line 740 def unpredictable_number @unpredictable_number end |