Struct rusoto_kms::ReEncryptResponse [−][src]
Fields
ciphertext_blob: Option<Bytes>
The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
destination_encryption_algorithm: Option<String>
The encryption algorithm that was used to reencrypt the data.
key_id: Option<String>
The Amazon Resource Name (key ARN) of the CMK that was used to reencrypt the data.
source_encryption_algorithm: Option<String>
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
source_key_id: Option<String>
Unique identifier of the CMK used to originally encrypt the data.
Trait Implementations
impl Clone for ReEncryptResponse
[src][+]
impl Debug for ReEncryptResponse
[src][+]
impl Default for ReEncryptResponse
[src][+]
impl<'de> Deserialize<'de> for ReEncryptResponse
[src][+]
impl PartialEq<ReEncryptResponse> for ReEncryptResponse
[src][+]
impl Serialize for ReEncryptResponse
[src][+]
impl StructuralPartialEq for ReEncryptResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for ReEncryptResponse
impl Send for ReEncryptResponse
impl Sync for ReEncryptResponse
impl Unpin for ReEncryptResponse
impl UnwindSafe for ReEncryptResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,