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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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>)


1108
1109
1110
1111
1112
1113
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1108

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>)


1108
1109
1110
1111
1112
1113
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1108

class CoverageStatistics < Struct.new(
  :count_by_resource_type,
  :count_by_coverage_status)
  SENSITIVE = []
  include Aws::Structure
end