Class: Aws::Types::ReEncryptionAttributes

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

Defined Under Namespace

Classes: Dukpt, Symmetric, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dukptTypes::DukptEncryptionAttributes

Returns the value of attribute dukpt.



659
660
661
# File 'sig/types.rbs', line 659

def dukpt
  @dukpt
end

#symmetricTypes::SymmetricEncryptionAttributes

Returns the value of attribute symmetric.



658
659
660
# File 'sig/types.rbs', line 658

def symmetric
  @symmetric
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


660
661
662
# File 'sig/types.rbs', line 660

def unknown
  @unknown
end