Class: Aws::Types::DeriveSharedSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeriveSharedSecretRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#key_agreement_algorithm ⇒ "ECDH"
Returns the value of attribute key_agreement_algorithm.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
228 229 230 |
# File 'sig/types.rbs', line 228 def dry_run @dry_run end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
227 228 229 |
# File 'sig/types.rbs', line 227 def grant_tokens @grant_tokens end |
#key_agreement_algorithm ⇒ "ECDH"
Returns the value of attribute key_agreement_algorithm.
225 226 227 |
# File 'sig/types.rbs', line 225 def key_agreement_algorithm @key_agreement_algorithm end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def key_id @key_id end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
226 227 228 |
# File 'sig/types.rbs', line 226 def public_key @public_key end |
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
229 230 231 |
# File 'sig/types.rbs', line 229 def recipient @recipient end |