Class: Aws::Types::SessionKeyDerivation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Amex, Emv2000, EmvCommon, Mastercard, UnionPay, Unknown, Visa

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amexTypes::SessionKeyAmex

Returns the value of attribute amex.



686
687
688
# File 'sig/types.rbs', line 686

def amex
  @amex
end

#emv_2000Types::SessionKeyEmv2000

Returns the value of attribute emv_2000.



685
686
687
# File 'sig/types.rbs', line 685

def emv_2000
  @emv_2000
end

#emv_commonTypes::SessionKeyEmvCommon

Returns the value of attribute emv_common.



683
684
685
# File 'sig/types.rbs', line 683

def emv_common
  @emv_common
end

#mastercardTypes::SessionKeyMastercard

Returns the value of attribute mastercard.



684
685
686
# File 'sig/types.rbs', line 684

def mastercard
  @mastercard
end

#union_payTypes::SessionKeyUnionPay

Returns the value of attribute union_pay.



688
689
690
# File 'sig/types.rbs', line 688

def union_pay
  @union_pay
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


689
690
691
# File 'sig/types.rbs', line 689

def unknown
  @unknown
end

#visaTypes::SessionKeyVisa

Returns the value of attribute visa.



687
688
689
# File 'sig/types.rbs', line 687

def visa
  @visa
end