#[non_exhaustive]pub struct S3MonitoringConfiguration { /* private fields */ }Expand description
The Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.
Implementations§
source§impl S3MonitoringConfiguration
impl S3MonitoringConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3MonitoringConfiguration.
Trait Implementations§
source§impl Clone for S3MonitoringConfiguration
impl Clone for S3MonitoringConfiguration
source§fn clone(&self) -> S3MonitoringConfiguration
fn clone(&self) -> S3MonitoringConfiguration
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 more