Class: Aws::Types::EncryptionDecryptionAttributes

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

Defined Under Namespace

Classes: Asymmetric, Dukpt, Emv, Symmetric, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asymmetricTypes::AsymmetricEncryptionAttributes

Returns the value of attribute asymmetric.



322
323
324
# File 'sig/types.rbs', line 322

def asymmetric
  @asymmetric
end

#dukptTypes::DukptEncryptionAttributes

Returns the value of attribute dukpt.



323
324
325
# File 'sig/types.rbs', line 323

def dukpt
  @dukpt
end

#emvTypes::EmvEncryptionAttributes

Returns the value of attribute emv.



324
325
326
# File 'sig/types.rbs', line 324

def emv
  @emv
end

#symmetricTypes::SymmetricEncryptionAttributes

Returns the value of attribute symmetric.



321
322
323
# File 'sig/types.rbs', line 321

def symmetric
  @symmetric
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


325
326
327
# File 'sig/types.rbs', line 325

def unknown
  @unknown
end