Struct aws_sdk_imagebuilder::types::Logging
source · #[non_exhaustive]pub struct Logging { /* private fields */ }Expand description
Logging configuration defines where Image Builder uploads your logs.
Implementations§
Trait Implementations§
source§impl PartialEq<Logging> for Logging
impl PartialEq<Logging> for Logging
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§
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