Class: Aws::Types::DiffieHellmanDerivationData

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

Defined Under Namespace

Classes: SharedInformation, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#shared_information::String

Returns the value of attribute shared_information.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def shared_information
  @shared_information
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


212
213
214
# File 'sig/types.rbs', line 212

def unknown
  @unknown
end