Class: Aws::SecurityHub::Types::ListAggregatorsV2Response

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

#aggregators_v2Array<Types::AggregatorV2>

An array of aggregators.

Returns:



26905
26906
26907
26908
26909
26910
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26905

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

#next_tokenString

The pagination token to use to request the next page of results. Otherwise, this parameter is null.

Returns:

  • (String)


26905
26906
26907
26908
26909
26910
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26905

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