Class: Aws::Types::DiffieHellmanDerivationData
- Inherits:
-
Object
- Object
- Aws::Types::DiffieHellmanDerivationData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SharedInformation, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#shared_information ⇒ ::String
Returns the value of attribute shared_information.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#shared_information ⇒ ::String
Returns the value of attribute shared_information.
116 117 118 |
# File 'sig/types.rbs', line 116 def shared_information @shared_information end |
#unknown ⇒ Object
Returns the value of attribute unknown.
117 118 119 |
# File 'sig/types.rbs', line 117 def unknown @unknown end |