Class: Aws::GuardDuty::Types::FindingTypeStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about each finding type associated with the ‘groupedByFindingType` statistics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_typeString

Name of the finding type.

Returns:

  • (String)


3280
3281
3282
3283
3284
3285
3286
# File 'lib/aws-sdk-guardduty/types.rb', line 3280

class FindingTypeStatistics < Struct.new(
  :finding_type,
  :last_generated_at,
  :total_findings)
  SENSITIVE = []
  include Aws::Structure
end

#last_generated_atTime

The timestamp at which this finding type was last generated in your environment.

Returns:

  • (Time)


3280
3281
3282
3283
3284
3285
3286
# File 'lib/aws-sdk-guardduty/types.rb', line 3280

class FindingTypeStatistics < Struct.new(
  :finding_type,
  :last_generated_at,
  :total_findings)
  SENSITIVE = []
  include Aws::Structure
end

#total_findingsInteger

The total number of findings associated with generated for each distinct finding type.

Returns:

  • (Integer)


3280
3281
3282
3283
3284
3285
3286
# File 'lib/aws-sdk-guardduty/types.rb', line 3280

class FindingTypeStatistics < Struct.new(
  :finding_type,
  :last_generated_at,
  :total_findings)
  SENSITIVE = []
  include Aws::Structure
end