Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByTargetResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::CisScanResultsAggregatedByTargetResourceFilterCriteria

The filter criteria.



4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4756

class ListCisScanResultsAggregatedByTargetResourceRequest < 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 a target resource to be returned in a single page of results.

Returns:

  • (Integer)


4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4756

class ListCisScanResultsAggregatedByTargetResourceRequest < 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.

Returns:

  • (String)


4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4756

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

#scan_arnString

The scan ARN.

Returns:

  • (String)


4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4756

class ListCisScanResultsAggregatedByTargetResourceRequest < 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.

Returns:

  • (String)


4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4756

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

#sort_orderString

The sort order.

Returns:

  • (String)


4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4756

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