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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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:



26337
26338
26339
26340
26341
26342
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26337

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)


26337
26338
26339
26340
26341
26342
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26337

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