Class: Aws::Macie2::Types::GetFindingStatisticsResponse

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

Overview

Provides the results of a query that retrieved aggregated statistical data about findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#counts_by_groupArray<Types::GroupCount>

Returns:



3020
3021
3022
3023
3024
# File 'lib/aws-sdk-macie2/types.rb', line 3020

class GetFindingStatisticsResponse < Struct.new(
  :counts_by_group)
  SENSITIVE = []
  include Aws::Structure
end