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`.



3264
3265
3266
3267
3268
# File 'lib/aws-sdk-guardduty/types.rb', line 3264

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