pub struct UpdateFindingsRequest {
pub filters: AwsSecurityFindingFilters,
pub note: Option<NoteUpdate>,
pub record_state: Option<String>,
}
Fields§
§filters: AwsSecurityFindingFilters
A collection of attributes that specify which findings you want to update.
note: Option<NoteUpdate>
The updated note for the finding.
record_state: Option<String>
The updated record state for the finding.
Trait Implementations§
Source§impl Clone for UpdateFindingsRequest
impl Clone for UpdateFindingsRequest
Source§fn clone(&self) -> UpdateFindingsRequest
fn clone(&self) -> UpdateFindingsRequest
Returns a duplicate 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 UpdateFindingsRequest
impl Debug for UpdateFindingsRequest
Source§impl Default for UpdateFindingsRequest
impl Default for UpdateFindingsRequest
Source§fn default() -> UpdateFindingsRequest
fn default() -> UpdateFindingsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateFindingsRequest
impl PartialEq for UpdateFindingsRequest
Source§impl Serialize for UpdateFindingsRequest
impl Serialize for UpdateFindingsRequest
impl StructuralPartialEq for UpdateFindingsRequest
Auto Trait Implementations§
impl Freeze for UpdateFindingsRequest
impl RefUnwindSafe for UpdateFindingsRequest
impl Send for UpdateFindingsRequest
impl Sync for UpdateFindingsRequest
impl Unpin for UpdateFindingsRequest
impl UnwindSafe for UpdateFindingsRequest
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