Class: Aws::GuardDuty::Types::GetCoverageStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCoverageStatisticsResponse
- Includes:
- Structure
- Defined in:
- 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` and `resourceType`.
Instance Attribute Details
#coverage_statistics ⇒ Types::CoverageStatistics
Represents the count aggregated by the ‘statusCode` and `resourceType`.
3519 3520 3521 3522 3523 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3519 class GetCoverageStatisticsResponse < Struct.new( :coverage_statistics) SENSITIVE = [] include Aws::Structure end |