#[non_exhaustive]pub struct CloudWatchLogDeliveryOptions { /* private fields */ }
Expand description
The log delivery option to send data to Amazon CloudWatch Logs.
Implementations§
source§impl CloudWatchLogDeliveryOptions
impl CloudWatchLogDeliveryOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudWatchLogDeliveryOptions
.
Trait Implementations§
source§impl Clone for CloudWatchLogDeliveryOptions
impl Clone for CloudWatchLogDeliveryOptions
source§fn clone(&self) -> CloudWatchLogDeliveryOptions
fn clone(&self) -> CloudWatchLogDeliveryOptions
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 CloudWatchLogDeliveryOptions
impl Debug for CloudWatchLogDeliveryOptions
source§impl PartialEq<CloudWatchLogDeliveryOptions> for CloudWatchLogDeliveryOptions
impl PartialEq<CloudWatchLogDeliveryOptions> for CloudWatchLogDeliveryOptions
source§fn eq(&self, other: &CloudWatchLogDeliveryOptions) -> bool
fn eq(&self, other: &CloudWatchLogDeliveryOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.