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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_statisticsTypes::FindingStatistics

The finding statistics object.



3341
3342
3343
3344
3345
# File 'lib/aws-sdk-guardduty/types.rb', line 3341

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