Class: Aws::IoT::Types::ListSbomValidationResultsRequest

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11091
11092
11093
11094
11095
11096
11097
11098
11099
# File 'lib/aws-sdk-iot/types.rb', line 11091

class ListSbomValidationResultsRequest < Struct.new(
  :package_name,
  :version_name,
  :validation_result,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


11091
11092
11093
11094
11095
11096
11097
11098
11099
# File 'lib/aws-sdk-iot/types.rb', line 11091

class ListSbomValidationResultsRequest < Struct.new(
  :package_name,
  :version_name,
  :validation_result,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The name of the new software package.

Returns:

  • (String)


11091
11092
11093
11094
11095
11096
11097
11098
11099
# File 'lib/aws-sdk-iot/types.rb', line 11091

class ListSbomValidationResultsRequest < Struct.new(
  :package_name,
  :version_name,
  :validation_result,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#validation_resultString

The end result of the

Returns:

  • (String)


11091
11092
11093
11094
11095
11096
11097
11098
11099
# File 'lib/aws-sdk-iot/types.rb', line 11091

class ListSbomValidationResultsRequest < Struct.new(
  :package_name,
  :version_name,
  :validation_result,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of the new package version.

Returns:

  • (String)


11091
11092
11093
11094
11095
11096
11097
11098
11099
# File 'lib/aws-sdk-iot/types.rb', line 11091

class ListSbomValidationResultsRequest < Struct.new(
  :package_name,
  :version_name,
  :validation_result,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end