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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11927
11928
11929
11930
11931
11932
# File 'lib/aws-sdk-iot/types.rb', line 11927

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.



11927
11928
11929
11930
11931
11932
# File 'lib/aws-sdk-iot/types.rb', line 11927

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