Class: Aws::Types::IncomingKeyMaterial
- Inherits:
-
Object
- Object
- Aws::Types::IncomingKeyMaterial
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DiffieHellmanTr31KeyBlock, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#diffie_hellman_tr_31_key_block ⇒ Types::IncomingDiffieHellmanTr31KeyBlock
Returns the value of attribute diffie_hellman_tr_31_key_block.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#diffie_hellman_tr_31_key_block ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
497 498 499 |
# File 'sig/types.rbs', line 497 def unknown @unknown end |