Class: Aws::IoT::Types::ListSbomValidationResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListSbomValidationResultsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or null if there are no additional results.
-
#package_name ⇒ String
The name of the new software package.
-
#validation_result ⇒ String
The end result of the.
-
#version_name ⇒ String
The name of the new package version.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
11979 11980 11981 11982 11983 11984 11985 11986 11987 |
# File 'lib/aws-sdk-iot/types.rb', line 11979 class ListSbomValidationResultsRequest < Struct.new( :package_name, :version_name, :validation_result, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or null if there are no additional results.
11979 11980 11981 11982 11983 11984 11985 11986 11987 |
# File 'lib/aws-sdk-iot/types.rb', line 11979 class ListSbomValidationResultsRequest < Struct.new( :package_name, :version_name, :validation_result, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The name of the new software package.
11979 11980 11981 11982 11983 11984 11985 11986 11987 |
# File 'lib/aws-sdk-iot/types.rb', line 11979 class ListSbomValidationResultsRequest < Struct.new( :package_name, :version_name, :validation_result, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#validation_result ⇒ String
The end result of the
11979 11980 11981 11982 11983 11984 11985 11986 11987 |
# File 'lib/aws-sdk-iot/types.rb', line 11979 class ListSbomValidationResultsRequest < Struct.new( :package_name, :version_name, :validation_result, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the new package version.
11979 11980 11981 11982 11983 11984 11985 11986 11987 |
# File 'lib/aws-sdk-iot/types.rb', line 11979 class ListSbomValidationResultsRequest < Struct.new( :package_name, :version_name, :validation_result, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |