class Aws::SecurityHub::Types::SoftwarePackage

Information about a software package.

@note When making an API call, you may pass SoftwarePackage

data as a hash:

    {
      name: "NonEmptyString",
      version: "NonEmptyString",
      epoch: "NonEmptyString",
      release: "NonEmptyString",
      architecture: "NonEmptyString",
      package_manager: "NonEmptyString",
      file_path: "NonEmptyString",
    }

@!attribute [rw] name

The name of the software package.
@return [String]

@!attribute [rw] version

The version of the software package.
@return [String]

@!attribute [rw] epoch

The epoch of the software package.
@return [String]

@!attribute [rw] release

The release of the software package.
@return [String]

@!attribute [rw] architecture

The architecture used for the software package.
@return [String]

@!attribute [rw] package_manager

The source of the package.
@return [String]

@!attribute [rw] file_path

The file system path to the package manager inventory file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/SoftwarePackage AWS API Documentation

Constants

SENSITIVE