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:



27128
27129
27130
27131
27132
27133
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27128

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)


27128
27129
27130
27131
27132
27133
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27128

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