Class: Aws::Types::IncomingKeyMaterial

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

Defined Under Namespace

Classes: DiffieHellmanTr31KeyBlock, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#diffie_hellman_tr_31_key_blockTypes::IncomingDiffieHellmanTr31KeyBlock

Returns the value of attribute diffie_hellman_tr_31_key_block.



496
497
498
# File 'sig/types.rbs', line 496

def diffie_hellman_tr_31_key_block
  @diffie_hellman_tr_31_key_block
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


497
498
499
# File 'sig/types.rbs', line 497

def unknown
  @unknown
end