Class: Aws::Types::DeriveSharedSecretResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:shared_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_for_recipient::String

Returns the value of attribute ciphertext_for_recipient.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def ciphertext_for_recipient
  @ciphertext_for_recipient
end

#key_agreement_algorithm"ECDH"

Returns the value of attribute key_agreement_algorithm.

Returns:

  • ("ECDH")


237
238
239
# File 'sig/types.rbs', line 237

def key_agreement_algorithm
  @key_agreement_algorithm
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def key_id
  @key_id
end

#key_origin"AWS_KMS", ...

Returns the value of attribute key_origin.

Returns:

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


238
239
240
# File 'sig/types.rbs', line 238

def key_origin
  @key_origin
end

#shared_secret::String

Returns the value of attribute shared_secret.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def shared_secret
  @shared_secret
end