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.
211 212 213 |
# File 'sig/types.rbs', line 211 def shared_information @shared_information end |
#unknown ⇒ Object
Returns the value of attribute unknown.
212 213 214 |
# File 'sig/types.rbs', line 212 def unknown @unknown end |