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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



3162
3163
3164
3165
3166
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3162

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