Struct aws_sdk_securityhub::types::FilePaths
source · #[non_exhaustive]pub struct FilePaths { /* private fields */ }
Expand description
Provides information about the file paths that were affected by the threat.
Implementations§
source§impl FilePaths
impl FilePaths
sourcepub fn file_path(&self) -> Option<&str>
pub fn file_path(&self) -> Option<&str>
Path to the infected or suspicious file on the resource it was detected on.
sourcepub fn file_name(&self) -> Option<&str>
pub fn file_name(&self) -> Option<&str>
The name of the infected or suspicious file corresponding to the hash.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
Trait Implementations§
source§impl PartialEq<FilePaths> for FilePaths
impl PartialEq<FilePaths> for FilePaths
impl StructuralPartialEq for FilePaths
Auto Trait Implementations§
impl RefUnwindSafe for FilePaths
impl Send for FilePaths
impl Sync for FilePaths
impl Unpin for FilePaths
impl UnwindSafe for FilePaths
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