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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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:



2917
2918
2919
2920
2921
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2917

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