Class: Aws::GuardDuty::Types::GetCoverageStatisticsResponse

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

#coverage_statisticsTypes::CoverageStatistics

Represents the count aggregated by the ‘statusCode` and `resourceType`.



5586
5587
5588
5589
5590
# File 'lib/aws-sdk-guardduty/types.rb', line 5586

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