Class: Aws::SecurityHub::Types::ListFindingAggregatorsRequest

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

#max_resultsInteger

The maximum number of results to return. This operation currently only returns a single result.

Returns:

  • (Integer)


26316
26317
26318
26319
26320
26321
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26316

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

#next_tokenString

The token returned with the previous set of results. Identifies the next set of results to return.

Returns:

  • (String)


26316
26317
26318
26319
26320
26321
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26316

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