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)


3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-guardduty/types.rb', line 3398

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)


3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-guardduty/types.rb', line 3398

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)


3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-guardduty/types.rb', line 3398

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