Class: Aws::Inspector2::Types::ListFindingAggregationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_typeString

The type of aggregation to perform.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#responsesArray<Types::AggregationResponse>

Objects that contain the results of an aggregation operation.

Returns:



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