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)


11111
11112
11113
11114
11115
11116
# File 'lib/aws-sdk-iot/types.rb', line 11111

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.



11111
11112
11113
11114
11115
11116
# File 'lib/aws-sdk-iot/types.rb', line 11111

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