Class: Aws::Inspector2::Types::ListFindingAggregationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListFindingAggregationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_type ⇒ String
The type of aggregation to perform.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
-
#responses ⇒ Array<Types::AggregationResponse>
Objects that contain the results of an aggregation operation.
Instance Attribute Details
#aggregation_type ⇒ String
The type of aggregation to perform.
6600 6601 6602 6603 6604 6605 6606 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6600 class ListFindingAggregationsResponse < Struct.new( :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the ‘NextToken` value returned from the previous request to continue listing results after the first page.
6600 6601 6602 6603 6604 6605 6606 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6600 class ListFindingAggregationsResponse < Struct.new( :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |
#responses ⇒ Array<Types::AggregationResponse>
Objects that contain the results of an aggregation operation.
6600 6601 6602 6603 6604 6605 6606 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6600 class ListFindingAggregationsResponse < Struct.new( :aggregation_type, :responses, :next_token) SENSITIVE = [] include Aws::Structure end |