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.
1134 1135 1136 1137 1138 1139 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1134 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.
1134 1135 1136 1137 1138 1139 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1134 class CoverageStatistics < Struct.new( :count_by_resource_type, :count_by_coverage_status) SENSITIVE = [] include Aws::Structure end |