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