pub struct StopDeliveryStreamEncryptionInput {
pub delivery_stream_name: String,
}Fields§
§delivery_stream_name: StringThe name of the delivery stream for which you want to disable server-side encryption (SSE).
Trait Implementations§
Source§impl Clone for StopDeliveryStreamEncryptionInput
impl Clone for StopDeliveryStreamEncryptionInput
Source§fn clone(&self) -> StopDeliveryStreamEncryptionInput
fn clone(&self) -> StopDeliveryStreamEncryptionInput
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 StopDeliveryStreamEncryptionInput
impl Default for StopDeliveryStreamEncryptionInput
Source§fn default() -> StopDeliveryStreamEncryptionInput
fn default() -> StopDeliveryStreamEncryptionInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for StopDeliveryStreamEncryptionInput
impl PartialEq for StopDeliveryStreamEncryptionInput
Source§fn eq(&self, other: &StopDeliveryStreamEncryptionInput) -> bool
fn eq(&self, other: &StopDeliveryStreamEncryptionInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StopDeliveryStreamEncryptionInput
Auto Trait Implementations§
impl Freeze for StopDeliveryStreamEncryptionInput
impl RefUnwindSafe for StopDeliveryStreamEncryptionInput
impl Send for StopDeliveryStreamEncryptionInput
impl Sync for StopDeliveryStreamEncryptionInput
impl Unpin for StopDeliveryStreamEncryptionInput
impl UnwindSafe for StopDeliveryStreamEncryptionInput
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