You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SoftwarePackage as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about a software package.

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture used for the software package.

Returns:

  • (String)

    The architecture used for the software package.

#epochString

The epoch of the software package.

Returns:

  • (String)

    The epoch of the software package.

#nameString

The name of the software package.

Returns:

  • (String)

    The name of the software package.

#releaseString

The release of the software package.

Returns:

  • (String)

    The release of the software package.

#versionString

The version of the software package.

Returns:

  • (String)

    The version of the software package.