Class: Aws::Types::SessionKeyDerivation
- Inherits:
-
Object
- Object
- Aws::Types::SessionKeyDerivation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Amex, Emv2000, EmvCommon, Mastercard, UnionPay, Unknown, Visa
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amex ⇒ Types::SessionKeyAmex
Returns the value of attribute amex.
-
#emv_2000 ⇒ Types::SessionKeyEmv2000
Returns the value of attribute emv_2000.
-
#emv_common ⇒ Types::SessionKeyEmvCommon
Returns the value of attribute emv_common.
-
#mastercard ⇒ Types::SessionKeyMastercard
Returns the value of attribute mastercard.
-
#union_pay ⇒ Types::SessionKeyUnionPay
Returns the value of attribute union_pay.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#visa ⇒ Types::SessionKeyVisa
Returns the value of attribute visa.
Instance Attribute Details
#amex ⇒ Types::SessionKeyAmex
Returns the value of attribute amex.
686 687 688 |
# File 'sig/types.rbs', line 686 def amex @amex end |
#emv_2000 ⇒ Types::SessionKeyEmv2000
Returns the value of attribute emv_2000.
685 686 687 |
# File 'sig/types.rbs', line 685 def emv_2000 @emv_2000 end |
#emv_common ⇒ Types::SessionKeyEmvCommon
Returns the value of attribute emv_common.
683 684 685 |
# File 'sig/types.rbs', line 683 def emv_common @emv_common end |
#mastercard ⇒ Types::SessionKeyMastercard
Returns the value of attribute mastercard.
684 685 686 |
# File 'sig/types.rbs', line 684 def mastercard @mastercard end |
#union_pay ⇒ Types::SessionKeyUnionPay
Returns the value of attribute union_pay.
688 689 690 |
# File 'sig/types.rbs', line 688 def union_pay @union_pay end |
#unknown ⇒ Object
Returns the value of attribute unknown.
689 690 691 |
# File 'sig/types.rbs', line 689 def unknown @unknown end |
#visa ⇒ Types::SessionKeyVisa
Returns the value of attribute visa.
687 688 689 |
# File 'sig/types.rbs', line 687 def visa @visa end |