Class: Aws::IoT::Types::AssociateSbomWithPackageVersionResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#package_nameString

The name of the new software package.

Returns:

  • (String)


540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 540

class AssociateSbomWithPackageVersionResponse < Struct.new(
  :package_name,
  :version_name,
  :sbom,
  :sbom_validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#sbomTypes::Sbom

The Amazon S3 location for the software bill of materials associated with a software package version.

Returns:



540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 540

class AssociateSbomWithPackageVersionResponse < Struct.new(
  :package_name,
  :version_name,
  :sbom,
  :sbom_validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#sbom_validation_statusString

The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.

Returns:

  • (String)


540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 540

class AssociateSbomWithPackageVersionResponse < Struct.new(
  :package_name,
  :version_name,
  :sbom,
  :sbom_validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of the new package version.

Returns:

  • (String)


540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 540

class AssociateSbomWithPackageVersionResponse < Struct.new(
  :package_name,
  :version_name,
  :sbom,
  :sbom_validation_status)
  SENSITIVE = []
  include Aws::Structure
end