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
Specify the maximum number of 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.
6678 6679 6680 6681 6682 6683 6684 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6678 class ListImageScanFindingsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
6678 6679 6680 6681 6682 6683 6684 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6678 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.
6678 6679 6680 6681 6682 6683 6684 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6678 class ListImageScanFindingsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |