Class: Aws::SecurityHub::Types::ListFindingAggregatorsResponse

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

#finding_aggregatorsArray<Types::FindingAggregator>

The list of finding aggregators. This operation currently only returns a single result.

Returns:



26468
26469
26470
26471
26472
26473
# File 'lib/aws-sdk-securityhub/types.rb', line 26468

class ListFindingAggregatorsResponse < Struct.new(
  :finding_aggregators,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more results, this is the token to provide in the next call to ‘ListFindingAggregators`.

This operation currently only returns a single result.

Returns:

  • (String)


26468
26469
26470
26471
26472
26473
# File 'lib/aws-sdk-securityhub/types.rb', line 26468

class ListFindingAggregatorsResponse < Struct.new(
  :finding_aggregators,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end