Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByTargetResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCisScanResultsAggregatedByTargetResourceRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::CisScanResultsAggregatedByTargetResourceFilterCriteria
The filter criteria.
-
#max_results ⇒ Integer
The maximum number of scan results aggregated by a target resource to be returned in a single page of results.
-
#next_token ⇒ String
The pagination token from a previous request that's used to retrieve the next page of results.
-
#scan_arn ⇒ String
The scan ARN.
-
#sort_by ⇒ String
The sort by order.
-
#sort_order ⇒ String
The sort order.
Instance Attribute Details
#filter_criteria ⇒ Types::CisScanResultsAggregatedByTargetResourceFilterCriteria
The filter criteria.
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ListCisScanResultsAggregatedByTargetResourceRequest < Struct.new( :scan_arn, :filter_criteria, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of scan results aggregated by a target resource to be returned in a single page of results.
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ListCisScanResultsAggregatedByTargetResourceRequest < Struct.new( :scan_arn, :filter_criteria, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request that's used to retrieve the next page of results.
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ListCisScanResultsAggregatedByTargetResourceRequest < Struct.new( :scan_arn, :filter_criteria, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The scan ARN.
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ListCisScanResultsAggregatedByTargetResourceRequest < Struct.new( :scan_arn, :filter_criteria, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The sort by order.
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ListCisScanResultsAggregatedByTargetResourceRequest < Struct.new( :scan_arn, :filter_criteria, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order.
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ListCisScanResultsAggregatedByTargetResourceRequest < Struct.new( :scan_arn, :filter_criteria, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |