Class: Aws::Types::ReEncryptDataInput
- Inherits:
-
Object
- Object
- Aws::Types::ReEncryptDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cipher_text ⇒ ::String
Returns the value of attribute cipher_text.
-
#incoming_encryption_attributes ⇒ Types::ReEncryptionAttributes
Returns the value of attribute incoming_encryption_attributes.
-
#incoming_key_identifier ⇒ ::String
Returns the value of attribute incoming_key_identifier.
-
#incoming_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute incoming_wrapped_key.
-
#outgoing_encryption_attributes ⇒ Types::ReEncryptionAttributes
Returns the value of attribute outgoing_encryption_attributes.
-
#outgoing_key_identifier ⇒ ::String
Returns the value of attribute outgoing_key_identifier.
-
#outgoing_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute outgoing_wrapped_key.
Instance Attribute Details
#cipher_text ⇒ ::String
Returns the value of attribute cipher_text.
642 643 644 |
# File 'sig/types.rbs', line 642 def cipher_text @cipher_text end |
#incoming_encryption_attributes ⇒ Types::ReEncryptionAttributes
Returns the value of attribute incoming_encryption_attributes.
643 644 645 |
# File 'sig/types.rbs', line 643 def incoming_encryption_attributes @incoming_encryption_attributes end |
#incoming_key_identifier ⇒ ::String
Returns the value of attribute incoming_key_identifier.
640 641 642 |
# File 'sig/types.rbs', line 640 def incoming_key_identifier @incoming_key_identifier end |
#incoming_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute incoming_wrapped_key.
645 646 647 |
# File 'sig/types.rbs', line 645 def incoming_wrapped_key @incoming_wrapped_key end |
#outgoing_encryption_attributes ⇒ Types::ReEncryptionAttributes
Returns the value of attribute outgoing_encryption_attributes.
644 645 646 |
# File 'sig/types.rbs', line 644 def outgoing_encryption_attributes @outgoing_encryption_attributes end |
#outgoing_key_identifier ⇒ ::String
Returns the value of attribute outgoing_key_identifier.
641 642 643 |
# File 'sig/types.rbs', line 641 def outgoing_key_identifier @outgoing_key_identifier end |
#outgoing_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute outgoing_wrapped_key.
646 647 648 |
# File 'sig/types.rbs', line 646 def outgoing_wrapped_key @outgoing_wrapped_key end |