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.
11169 11170 11171 11172 11173 11174 11175 11176 11177 |
# File 'lib/aws-sdk-iot/types.rb', line 11169 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.
11169 11170 11171 11172 11173 11174 11175 11176 11177 |
# File 'lib/aws-sdk-iot/types.rb', line 11169 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.
11169 11170 11171 11172 11173 11174 11175 11176 11177 |
# File 'lib/aws-sdk-iot/types.rb', line 11169 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
11169 11170 11171 11172 11173 11174 11175 11176 11177 |
# File 'lib/aws-sdk-iot/types.rb', line 11169 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.
11169 11170 11171 11172 11173 11174 11175 11176 11177 |
# File 'lib/aws-sdk-iot/types.rb', line 11169 class ListSbomValidationResultsRequest < Struct.new( :package_name, :version_name, :validation_result, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |