Class: Aws::IoT::Types::ListSbomValidationResultsResponse

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

#next_tokenString

A token that can be used to retrieve the next set of results, or null if there are no additional results.

Returns:

  • (String)


10937
10938
10939
10940
10941
10942
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10937

class ListSbomValidationResultsResponse < Struct.new(
  :validation_result_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#validation_result_summariesArray<Types::SbomValidationResultSummary>

A summary of the validation results for each software bill of materials attached to a software package version.



10937
10938
10939
10940
10941
10942
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10937

class ListSbomValidationResultsResponse < Struct.new(
  :validation_result_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end