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

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

Overview

Information about a software package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architecture ⇒ String

The architecture used for the software package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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

#epoch ⇒ String

The epoch of the software package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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_path ⇒ String

The file system path to the package manager inventory file.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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_version ⇒ String

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

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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

#name ⇒ String

The name of the software package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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_manager ⇒ String

The source of the package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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

#release ⇒ String

The release of the software package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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

#remediation ⇒ String

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

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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_arn ⇒ String

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

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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_hash ⇒ String

The source layer hash of the vulnerable package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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

#version ⇒ String

The version of the software package.

Returns:

  • (String)


33272
33273
33274
33275
33276
33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 33272

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