Class: Aws::SecurityHub::Types::SoftwarePackage

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Information about a software package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture used for the software package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#epochString

The epoch of the software package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The file system path to the package manager inventory file.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_in_versionString

The version of the software package in which the vulnerability has been resolved.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the software package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#package_managerString

The source of the package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#releaseString

The release of the software package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#remediationString

Describes the actions a customer can take to resolve the vulnerability in the software package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_layer_arnString

The Amazon Resource Name (ARN) of the source layer.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_layer_hashString

The source layer hash of the vulnerable package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the software package.

Returns:

  • (String)


29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
29809
29810
29811
# File 'lib/aws-sdk-securityhub/types.rb', line 29797

class SoftwarePackage < Struct.new(
  :name,
  :version,
  :epoch,
  :release,
  :architecture,
  :package_manager,
  :file_path,
  :fixed_in_version,
  :remediation,
  :source_layer_hash,
  :source_layer_arn)
  SENSITIVE = []
  include Aws::Structure
end