Class: Aws::Types::DeriveSharedSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeriveSharedSecretResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
-
#key_agreement_algorithm ⇒ "ECDH"
Returns the value of attribute key_agreement_algorithm.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_origin ⇒ "AWS_KMS", ...
Returns the value of attribute key_origin.
-
#shared_secret ⇒ ::String
Returns the value of attribute shared_secret.
Instance Attribute Details
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
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.
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.
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.
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.
235 236 237 |
# File 'sig/types.rbs', line 235 def shared_secret @shared_secret end |