Class: Aws::Types::ReEncryptRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReEncryptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
-
#destination_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute destination_encryption_algorithm.
-
#destination_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute destination_encryption_context.
-
#destination_key_id ⇒ ::String
Returns the value of attribute destination_key_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#dry_run_modifiers ⇒ ::Array[("IGNORE_CIPHERTEXT")]
Returns the value of attribute dry_run_modifiers.
-
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
-
#source_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute source_encryption_algorithm.
-
#source_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_encryption_context.
-
#source_key_id ⇒ ::String
Returns the value of attribute source_key_id.
Instance Attribute Details
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
802 803 804 |
# File 'sig/types.rbs', line 802 def ciphertext_blob @ciphertext_blob end |
#destination_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute destination_encryption_algorithm.
808 809 810 |
# File 'sig/types.rbs', line 808 def destination_encryption_algorithm @destination_encryption_algorithm end |
#destination_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute destination_encryption_context.
806 807 808 |
# File 'sig/types.rbs', line 806 def destination_encryption_context @destination_encryption_context end |
#destination_key_id ⇒ ::String
Returns the value of attribute destination_key_id.
805 806 807 |
# File 'sig/types.rbs', line 805 def destination_key_id @destination_key_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
810 811 812 |
# File 'sig/types.rbs', line 810 def dry_run @dry_run end |
#dry_run_modifiers ⇒ ::Array[("IGNORE_CIPHERTEXT")]
Returns the value of attribute dry_run_modifiers.
811 812 813 |
# File 'sig/types.rbs', line 811 def dry_run_modifiers @dry_run_modifiers end |
#grant_tokens ⇒ ::Array[::String]
Returns the value of attribute grant_tokens.
809 810 811 |
# File 'sig/types.rbs', line 809 def grant_tokens @grant_tokens end |
#source_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute source_encryption_algorithm.
807 808 809 |
# File 'sig/types.rbs', line 807 def source_encryption_algorithm @source_encryption_algorithm end |
#source_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_encryption_context.
803 804 805 |
# File 'sig/types.rbs', line 803 def source_encryption_context @source_encryption_context end |
#source_key_id ⇒ ::String
Returns the value of attribute source_key_id.
804 805 806 |
# File 'sig/types.rbs', line 804 def source_key_id @source_key_id end |