#[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 ==
.