Class: Aws::GuardDuty::Types::CoverageStatistics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#count_by_coverage_statusHash<String,Integer>

Represents coverage statistics for EKS clusters aggregated by coverage status.

Returns:

  • (Hash<String,Integer>)


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_typeHash<String,Integer>

Represents coverage statistics for EKS clusters aggregated by resource type.

Returns:

  • (Hash<String,Integer>)


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