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.



3729
3730
3731
3732
3733
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3729

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