Module: Aws::KMS::Client::_DeriveSharedSecretResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeriveSharedSecretResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#ciphertext_for_recipient::String

Returns:

  • (::String)


235
# File 'sig/client.rbs', line 235

def ciphertext_for_recipient: () -> ::String

#key_agreement_algorithm"ECDH"

Returns:

  • ("ECDH")


236
# File 'sig/client.rbs', line 236

def key_agreement_algorithm: () -> ("ECDH")

#key_id::String

Returns:

  • (::String)


233
# File 'sig/client.rbs', line 233

def key_id: () -> ::String

#key_origin"AWS_KMS", ...

Returns:

  • ("AWS_KMS", "EXTERNAL", "AWS_CLOUDHSM", "EXTERNAL_KEY_STORE")


237
# File 'sig/client.rbs', line 237

def key_origin: () -> ("AWS_KMS" | "EXTERNAL" | "AWS_CLOUDHSM" | "EXTERNAL_KEY_STORE")

#shared_secret::String

Returns:

  • (::String)


234
# File 'sig/client.rbs', line 234

def shared_secret: () -> ::String