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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon S3 location for the software bill of materials associated with a software package version. 
- 
  
    
      #sbom_validation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format. 
- 
  
    
      #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
The Amazon S3 location for the software bill of materials 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 SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.
| 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 |