Class: Aws::SecurityHub::Types::GetFindingsV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::OcsfFindingFilters

The finding attributes used to define a condition to filter the returned OCSF findings. You can filter up to 10 composite filters. For each filter type inside of a composite filter, you can provide up to 20 filters.



25787
25788
25789
25790
25791
25792
25793
25794
# File 'lib/aws-sdk-securityhub/types.rb', line 25787

class GetFindingsV2Request < Struct.new(
  :filters,
  :sort_criteria,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


25787
25788
25789
25790
25791
25792
25793
25794
# File 'lib/aws-sdk-securityhub/types.rb', line 25787

class GetFindingsV2Request < Struct.new(
  :filters,
  :sort_criteria,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token required for pagination. On your first call, set the value of this parameter to ‘NULL`. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.

Returns:

  • (String)


25787
25788
25789
25790
25791
25792
25793
25794
# File 'lib/aws-sdk-securityhub/types.rb', line 25787

class GetFindingsV2Request < Struct.new(
  :filters,
  :sort_criteria,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_criteriaArray<Types::SortCriterion>

The finding attributes used to sort the list of returned findings.

Returns:



25787
25788
25789
25790
25791
25792
25793
25794
# File 'lib/aws-sdk-securityhub/types.rb', line 25787

class GetFindingsV2Request < Struct.new(
  :filters,
  :sort_criteria,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end