Class: Aws::Imagebuilder::Types::ListImageScanFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListImageScanFindingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ImageScanFindingsFilter>
An array of name value pairs that you can use to filter your results.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#filters ⇒ Array<Types::ImageScanFindingsFilter>
An array of name value pairs that you can use to filter your results. You can use the following filters to streamline results:
-
‘imageBuildVersionArn`
-
‘imagePipelineArn`
-
‘vulnerabilityId`
-
‘severity`
If you don’t request a filter, then all findings in your account are listed.
6093 6094 6095 6096 6097 6098 6099 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6093 class ListImageScanFindingsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum items to return in a request.
6093 6094 6095 6096 6097 6098 6099 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6093 class ListImageScanFindingsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
6093 6094 6095 6096 6097 6098 6099 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6093 class ListImageScanFindingsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |