#[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
sourceimpl S3MonitoringConfiguration
impl S3MonitoringConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3MonitoringConfiguration
.
Trait Implementations
sourceimpl Clone for S3MonitoringConfiguration
impl Clone for S3MonitoringConfiguration
sourcefn clone(&self) -> S3MonitoringConfiguration
fn clone(&self) -> S3MonitoringConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for S3MonitoringConfiguration
impl Debug for S3MonitoringConfiguration
sourceimpl PartialEq<S3MonitoringConfiguration> for S3MonitoringConfiguration
impl PartialEq<S3MonitoringConfiguration> for S3MonitoringConfiguration
sourcefn eq(&self, other: &S3MonitoringConfiguration) -> bool
fn eq(&self, other: &S3MonitoringConfiguration) -> bool
impl StructuralPartialEq for S3MonitoringConfiguration
Auto Trait Implementations
impl RefUnwindSafe for S3MonitoringConfiguration
impl Send for S3MonitoringConfiguration
impl Sync for S3MonitoringConfiguration
impl Unpin for S3MonitoringConfiguration
impl UnwindSafe for S3MonitoringConfiguration
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