Class: Aws::IoT::Types::AssociateSbomWithPackageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AssociateSbomWithPackageVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_name ⇒ String
The name of the new software package.
-
#sbom ⇒ Types::Sbom
A specific software bill of matrerials associated with a software package version.
-
#sbom_validation_status ⇒ String
The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.
-
#version_name ⇒ String
The name of the new package version.
Instance Attribute Details
#package_name ⇒ String
The name of the new software package.
540 541 542 543 544 545 546 547 |
# File '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 ⇒ Types::Sbom
A specific software bill of matrerials associated with a software package version.
540 541 542 543 544 545 546 547 |
# File '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_status ⇒ String
The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.
540 541 542 543 544 545 546 547 |
# File '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_name ⇒ String
The name of the new package version.
540 541 542 543 544 545 546 547 |
# File '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 |