Class: Aws::GuardDuty::Types::GetCoverageStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCoverageStatisticsResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coverage_statistics ⇒ Types::CoverageStatistics
Represents the count aggregated by the
statusCode
andresourceType
.
Instance Attribute Details
#coverage_statistics ⇒ Types::CoverageStatistics
Represents the count aggregated by the statusCode
and
resourceType
.
2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2858 class GetCoverageStatisticsResponse < Struct.new( :coverage_statistics) SENSITIVE = [] include Aws::Structure end |