Class: Aws::Macie2::Types::GetFindingStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetFindingStatisticsResponse
- 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_group ⇒ Array<Types::GroupCount>
3024 3025 3026 3027 3028 |
# File 'lib/aws-sdk-macie2/types.rb', line 3024 class GetFindingStatisticsResponse < Struct.new( :counts_by_group) SENSITIVE = [] include Aws::Structure end |