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