Struct aws_sdk_securityhub::model::SoftwarePackage
source · #[non_exhaustive]pub struct SoftwarePackage { /* private fields */ }
Expand description
Information about a software package.
Implementations§
source§impl SoftwarePackage
impl SoftwarePackage
sourcepub fn architecture(&self) -> Option<&str>
pub fn architecture(&self) -> Option<&str>
The architecture used for the software package.
sourcepub fn package_manager(&self) -> Option<&str>
pub fn package_manager(&self) -> Option<&str>
The source of the package.
sourcepub fn file_path(&self) -> Option<&str>
pub fn file_path(&self) -> Option<&str>
The file system path to the package manager inventory file.
sourcepub fn fixed_in_version(&self) -> Option<&str>
pub fn fixed_in_version(&self) -> Option<&str>
The version of the software package in which the vulnerability has been resolved.
sourcepub fn remediation(&self) -> Option<&str>
pub fn remediation(&self) -> Option<&str>
Describes the actions a customer can take to resolve the vulnerability in the software package.
sourcepub fn source_layer_hash(&self) -> Option<&str>
pub fn source_layer_hash(&self) -> Option<&str>
The source layer hash of the vulnerable package.
sourcepub fn source_layer_arn(&self) -> Option<&str>
pub fn source_layer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the source layer.
source§impl SoftwarePackage
impl SoftwarePackage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SoftwarePackage
.
Trait Implementations§
source§impl Clone for SoftwarePackage
impl Clone for SoftwarePackage
source§fn clone(&self) -> SoftwarePackage
fn clone(&self) -> SoftwarePackage
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 SoftwarePackage
impl Debug for SoftwarePackage
source§impl PartialEq<SoftwarePackage> for SoftwarePackage
impl PartialEq<SoftwarePackage> for SoftwarePackage
source§fn eq(&self, other: &SoftwarePackage) -> bool
fn eq(&self, other: &SoftwarePackage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.