#[non_exhaustive]pub struct LogConfigurations { /* private fields */ }
Expand description
A collection of log configurations.
Implementations§
source§impl LogConfigurations
impl LogConfigurations
sourcepub fn cloudwatch(&self) -> Option<&LogConfiguration>
pub fn cloudwatch(&self) -> Option<&LogConfiguration>
Parameters for publishing logs to Amazon CloudWatch Logs.
source§impl LogConfigurations
impl LogConfigurations
sourcepub fn builder() -> LogConfigurationsBuilder
pub fn builder() -> LogConfigurationsBuilder
Creates a new builder-style object to manufacture LogConfigurations
.
Trait Implementations§
source§impl Clone for LogConfigurations
impl Clone for LogConfigurations
source§fn clone(&self) -> LogConfigurations
fn clone(&self) -> LogConfigurations
Returns a copy 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 Debug for LogConfigurations
impl Debug for LogConfigurations
source§impl PartialEq<LogConfigurations> for LogConfigurations
impl PartialEq<LogConfigurations> for LogConfigurations
source§fn eq(&self, other: &LogConfigurations) -> bool
fn eq(&self, other: &LogConfigurations) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LogConfigurations
Auto Trait Implementations§
impl RefUnwindSafe for LogConfigurations
impl Send for LogConfigurations
impl Sync for LogConfigurations
impl Unpin for LogConfigurations
impl UnwindSafe for LogConfigurations
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