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