Class: Aws::GuardDuty::Types::GetFindingsStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsStatisticsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_statistics ⇒ Types::FindingStatistics
The finding statistics object.
Instance Attribute Details
#finding_statistics ⇒ Types::FindingStatistics
The finding statistics object.
3451 3452 3453 3454 3455 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3451 class GetFindingsStatisticsResponse < Struct.new( :finding_statistics) SENSITIVE = [] include Aws::Structure end |