#[non_exhaustive]pub struct CloudWatchLogsDestination { /* private fields */ }Expand description
A structure containing the CloudWatch Logs log group where the project stores evaluation events.
Implementations§
source§impl CloudWatchLogsDestination
impl CloudWatchLogsDestination
sourcepub fn builder() -> CloudWatchLogsDestinationBuilder
pub fn builder() -> CloudWatchLogsDestinationBuilder
Creates a new builder-style object to manufacture CloudWatchLogsDestination.
Trait Implementations§
source§impl Clone for CloudWatchLogsDestination
impl Clone for CloudWatchLogsDestination
source§fn clone(&self) -> CloudWatchLogsDestination
fn clone(&self) -> CloudWatchLogsDestination
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 CloudWatchLogsDestination
impl Debug for CloudWatchLogsDestination
source§impl PartialEq<CloudWatchLogsDestination> for CloudWatchLogsDestination
impl PartialEq<CloudWatchLogsDestination> for CloudWatchLogsDestination
source§fn eq(&self, other: &CloudWatchLogsDestination) -> bool
fn eq(&self, other: &CloudWatchLogsDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.