Class: Aws::Types::DecryptRequest
- Inherits:
-
Object
- Object
- Aws::Types::DecryptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#dry_run_modifiers ⇒ ::Array[("IGNORE_CIPHERTEXT")]
Returns the value of attribute dry_run_modifiers.
-
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
-
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
Instance Attribute Details
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
173 174 175 |
# File 'sig/types.rbs', line 173 def ciphertext_blob @ciphertext_blob end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
179 180 181 |
# File 'sig/types.rbs', line 179 def dry_run @dry_run end |
#dry_run_modifiers ⇒ ::Array[("IGNORE_CIPHERTEXT")]
Returns the value of attribute dry_run_modifiers.
180 181 182 |
# File 'sig/types.rbs', line 180 def dry_run_modifiers @dry_run_modifiers end |
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
177 178 179 |
# File 'sig/types.rbs', line 177 def encryption_algorithm @encryption_algorithm end |
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
174 175 176 |
# File 'sig/types.rbs', line 174 def encryption_context @encryption_context end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
175 176 177 |
# File 'sig/types.rbs', line 175 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def key_id @key_id end |
#recipient ⇒ Types::RecipientInfo
Returns the value of attribute recipient.
178 179 180 |
# File 'sig/types.rbs', line 178 def recipient @recipient end |