#[non_exhaustive]pub struct CloudWatchLogsDestinationDetails { /* private fields */ }Expand description
The configuration details of the CloudWatch Logs destination.
Implementations
sourceimpl CloudWatchLogsDestinationDetails
impl CloudWatchLogsDestinationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudWatchLogsDestinationDetails.
Trait Implementations
sourceimpl Clone for CloudWatchLogsDestinationDetails
impl Clone for CloudWatchLogsDestinationDetails
sourcefn clone(&self) -> CloudWatchLogsDestinationDetails
fn clone(&self) -> CloudWatchLogsDestinationDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CloudWatchLogsDestinationDetails> for CloudWatchLogsDestinationDetails
impl PartialEq<CloudWatchLogsDestinationDetails> for CloudWatchLogsDestinationDetails
sourcefn eq(&self, other: &CloudWatchLogsDestinationDetails) -> bool
fn eq(&self, other: &CloudWatchLogsDestinationDetails) -> bool
impl StructuralPartialEq for CloudWatchLogsDestinationDetails
Auto Trait Implementations
impl RefUnwindSafe for CloudWatchLogsDestinationDetails
impl Send for CloudWatchLogsDestinationDetails
impl Sync for CloudWatchLogsDestinationDetails
impl Unpin for CloudWatchLogsDestinationDetails
impl UnwindSafe for CloudWatchLogsDestinationDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more