#[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() -> PipeTargetCloudWatchLogsParametersBuilder
pub fn builder() -> PipeTargetCloudWatchLogsParametersBuilder
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 ==
.impl StructuralPartialEq for PipeTargetCloudWatchLogsParameters
Auto Trait Implementations§
impl RefUnwindSafe for PipeTargetCloudWatchLogsParameters
impl Send for PipeTargetCloudWatchLogsParameters
impl Sync for PipeTargetCloudWatchLogsParameters
impl Unpin for PipeTargetCloudWatchLogsParameters
impl UnwindSafe for PipeTargetCloudWatchLogsParameters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more