Class: Aws::IoT::Types::SbomValidationResultSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SbomValidationResultSummary
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A summary of the validation results for a specific software bill of materials (SBOM) attached to a software package version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The
errorCoderepresenting the validation failure error if the SBOM validation failed. -
#error_message ⇒ String
The
errorMessagerepresenting the validation failure error if the SBOM validation failed. -
#file_name ⇒ String
The name of the SBOM file.
-
#validation_result ⇒ String
The end result of the SBOM validation.
Instance Attribute Details
#error_code ⇒ String
The errorCode representing the validation failure error if the
SBOM validation failed.
15094 15095 15096 15097 15098 15099 15100 15101 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15094 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The errorMessage representing the validation failure error if the
SBOM validation failed.
15094 15095 15096 15097 15098 15099 15100 15101 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15094 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The name of the SBOM file.
15094 15095 15096 15097 15098 15099 15100 15101 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15094 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#validation_result ⇒ String
The end result of the SBOM validation.
15094 15095 15096 15097 15098 15099 15100 15101 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15094 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |