Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByChecksRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::CisScanResultsAggregatedByChecksFilterCriteria

The filter criteria.



4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'lib/aws-sdk-inspector2/types.rb', line 4719

class ListCisScanResultsAggregatedByChecksRequest < Struct.new(
  :filter_criteria,
  :max_results,
  :next_token,
  :scan_arn,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of scan results aggregated by checks to be returned in a single page of results.



4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'lib/aws-sdk-inspector2/types.rb', line 4719

class ListCisScanResultsAggregatedByChecksRequest < Struct.new(
  :filter_criteria,
  :max_results,
  :next_token,
  :scan_arn,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from a previous request that’s used to retrieve the next page of results.



4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'lib/aws-sdk-inspector2/types.rb', line 4719

class ListCisScanResultsAggregatedByChecksRequest < Struct.new(
  :filter_criteria,
  :max_results,
  :next_token,
  :scan_arn,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#scan_arnString

The scan ARN.



4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'lib/aws-sdk-inspector2/types.rb', line 4719

class ListCisScanResultsAggregatedByChecksRequest < Struct.new(
  :filter_criteria,
  :max_results,
  :next_token,
  :scan_arn,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The sort by order.



4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'lib/aws-sdk-inspector2/types.rb', line 4719

class ListCisScanResultsAggregatedByChecksRequest < Struct.new(
  :filter_criteria,
  :max_results,
  :next_token,
  :scan_arn,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order.



4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'lib/aws-sdk-inspector2/types.rb', line 4719

class ListCisScanResultsAggregatedByChecksRequest < Struct.new(
  :filter_criteria,
  :max_results,
  :next_token,
  :scan_arn,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end