Struct aws_sdk_kafka::model::CloudWatchLogs
source · #[non_exhaustive]pub struct CloudWatchLogs { /* private fields */ }
Implementations§
source§impl CloudWatchLogs
impl CloudWatchLogs
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudWatchLogs
.
Trait Implementations§
source§impl Clone for CloudWatchLogs
impl Clone for CloudWatchLogs
source§fn clone(&self) -> CloudWatchLogs
fn clone(&self) -> CloudWatchLogs
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 CloudWatchLogs
impl Debug for CloudWatchLogs
source§impl PartialEq<CloudWatchLogs> for CloudWatchLogs
impl PartialEq<CloudWatchLogs> for CloudWatchLogs
source§fn eq(&self, other: &CloudWatchLogs) -> bool
fn eq(&self, other: &CloudWatchLogs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.