pub struct StartDeliveryStreamEncryptionInput {
pub delivery_stream_encryption_configuration_input: Option<DeliveryStreamEncryptionConfigurationInput>,
pub delivery_stream_name: String,
}Fields§
§delivery_stream_encryption_configuration_input: Option<DeliveryStreamEncryptionConfigurationInput>Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
delivery_stream_name: StringThe name of the delivery stream for which you want to enable server-side encryption (SSE).
Trait Implementations§
Source§impl Clone for StartDeliveryStreamEncryptionInput
impl Clone for StartDeliveryStreamEncryptionInput
Source§fn clone(&self) -> StartDeliveryStreamEncryptionInput
fn clone(&self) -> StartDeliveryStreamEncryptionInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for StartDeliveryStreamEncryptionInput
impl Default for StartDeliveryStreamEncryptionInput
Source§fn default() -> StartDeliveryStreamEncryptionInput
fn default() -> StartDeliveryStreamEncryptionInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartDeliveryStreamEncryptionInput
impl PartialEq for StartDeliveryStreamEncryptionInput
Source§fn eq(&self, other: &StartDeliveryStreamEncryptionInput) -> bool
fn eq(&self, other: &StartDeliveryStreamEncryptionInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartDeliveryStreamEncryptionInput
Auto Trait Implementations§
impl Freeze for StartDeliveryStreamEncryptionInput
impl RefUnwindSafe for StartDeliveryStreamEncryptionInput
impl Send for StartDeliveryStreamEncryptionInput
impl Sync for StartDeliveryStreamEncryptionInput
impl Unpin for StartDeliveryStreamEncryptionInput
impl UnwindSafe for StartDeliveryStreamEncryptionInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more