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

#architectureString

The architecture used for the software package.

Returns:

  • (String)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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)


29607
29608
29609
29610
29611
29612
29613
29614
29615
29616
29617
29618
29619
29620
29621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29607

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