Class: Aws::GuardDuty::Types::GetFindingsStatisticsResponse

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

Overview

GetFindingsStatistics response object.

Instance Attribute Summary collapse

Instance Attribute Details

#finding_statisticsTypes::FindingStatistics

Finding statistics object.



1293
1294
1295
1296
# File 'lib/aws-sdk-guardduty/types.rb', line 1293

class GetFindingsStatisticsResponse < Struct.new(
  :finding_statistics)
  include Aws::Structure
end