Class: Aws::Inspector2::Types::SearchVulnerabilitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::SearchVulnerabilitiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::SearchVulnerabilitiesFilterCriteria
The criteria used to filter the results of a vulnerability search.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#filter_criteria ⇒ Types::SearchVulnerabilitiesFilterCriteria
The criteria used to filter the results of a vulnerability search.
6372 6373 6374 6375 6376 6377 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6372 class SearchVulnerabilitiesRequest < Struct.new( :filter_criteria, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the ‘NextToken` value returned from the previous request to continue listing results after the first page.
6372 6373 6374 6375 6376 6377 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6372 class SearchVulnerabilitiesRequest < Struct.new( :filter_criteria, :next_token) SENSITIVE = [] include Aws::Structure end |