pub struct S3Logs {
pub s_3_bucket_name: Option<String>,
pub s_3_key_prefix: Option<String>,
}
Expand description
Amazon S3 logging configuration.
Fields§
§s_3_bucket_name: Option<String>
The Amazon S3 bucket in which to store the logs.
s_3_key_prefix: Option<String>
The Amazon S3 path in which to store the logs.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for S3Logs
impl<'de> Deserialize<'de> for S3Logs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for S3Logs
Auto Trait Implementations§
impl Freeze for S3Logs
impl RefUnwindSafe for S3Logs
impl Send for S3Logs
impl Sync for S3Logs
impl Unpin for S3Logs
impl UnwindSafe for S3Logs
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