Struct aws_sdk_imagebuilder::model::Logging
source · [−]#[non_exhaustive]pub struct Logging { /* private fields */ }
Expand description
Logging configuration defines where Image Builder uploads your logs.
Implementations
Trait Implementations
impl StructuralPartialEq for Logging
Auto Trait Implementations
impl RefUnwindSafe for Logging
impl Send for Logging
impl Sync for Logging
impl Unpin for Logging
impl UnwindSafe for Logging
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more