Class: Aws::GuardDuty::Types::CoverageStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the coverage statistics for a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count_by_coverage_status ⇒ Hash<String,Integer>
Represents coverage statistics for EKS clusters aggregated by coverage status.
-
#count_by_resource_type ⇒ Hash<String,Integer>
Represents coverage statistics for EKS clusters aggregated by resource type.
Instance Attribute Details
#count_by_coverage_status ⇒ Hash<String,Integer>
Represents coverage statistics for EKS clusters aggregated by coverage status.
1148 1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1148 class CoverageStatistics < Struct.new( :count_by_resource_type, :count_by_coverage_status) SENSITIVE = [] include Aws::Structure end |
#count_by_resource_type ⇒ Hash<String,Integer>
Represents coverage statistics for EKS clusters aggregated by resource type.
1148 1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1148 class CoverageStatistics < Struct.new( :count_by_resource_type, :count_by_coverage_status) SENSITIVE = [] include Aws::Structure end |