Class: Aws::SecurityHub::Types::ListAggregatorsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListAggregatorsV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregators_v2 ⇒ Array<Types::AggregatorV2>
An array of aggregators.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#aggregators_v2 ⇒ Array<Types::AggregatorV2>
An array of aggregators.
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_token ⇒ String
The pagination token to use to request the next page of results. Otherwise, this parameter is null.
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 |