Class: Aws::Types::EncryptRequest
- Inherits:
-
Object
- Object
- Aws::Types::EncryptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
-
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
313 314 315 |
# File 'sig/types.rbs', line 313 def dry_run @dry_run end |
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
312 313 314 |
# File 'sig/types.rbs', line 312 def encryption_algorithm @encryption_algorithm end |
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
310 311 312 |
# File 'sig/types.rbs', line 310 def encryption_context @encryption_context end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
311 312 313 |
# File 'sig/types.rbs', line 311 def grant_tokens @grant_tokens end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def key_id @key_id end |
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
309 310 311 |
# File 'sig/types.rbs', line 309 def plaintext @plaintext end |