Class: Aws::Inspector2::Types::ListCoverageStatisticsRequest

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::CoverageFilterCriteria

An object that contains details on the filters to apply to the coverage data for your environment.



4898
4899
4900
4901
4902
4903
4904
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4898

class ListCoverageStatisticsRequest < Struct.new(
  :filter_criteria,
  :group_by,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_byString

The value to group the results by.

Returns:

  • (String)


4898
4899
4900
4901
4902
4903
4904
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4898

class ListCoverageStatisticsRequest < Struct.new(
  :filter_criteria,
  :group_by,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4898
4899
4900
4901
4902
4903
4904
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4898

class ListCoverageStatisticsRequest < Struct.new(
  :filter_criteria,
  :group_by,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end