Class: Aws::IoT::Types::ListSbomValidationResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListSbomValidationResultsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or null if there are no additional results.
-
#validation_result_summaries ⇒ Array<Types::SbomValidationResultSummary>
A summary of the validation results for each software bill of materials attached to a software package version.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or null if there are no additional results.
11189 11190 11191 11192 11193 11194 |
# File 'lib/aws-sdk-iot/types.rb', line 11189 class ListSbomValidationResultsResponse < Struct.new( :validation_result_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#validation_result_summaries ⇒ Array<Types::SbomValidationResultSummary>
A summary of the validation results for each software bill of materials attached to a software package version.
11189 11190 11191 11192 11193 11194 |
# File 'lib/aws-sdk-iot/types.rb', line 11189 class ListSbomValidationResultsResponse < Struct.new( :validation_result_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |