Class: Aws::GuardDuty::Types::Threat

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

Overview

Information about the detected threats associated with the generated finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of occurrences of this specific threat detected during the scan.

Returns:

  • (Integer)


10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-guardduty/types.rb', line 10632

class Threat < Struct.new(
  :name,
  :source,
  :item_paths,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#hashString

The hash identifier of the detected malware threat.

Returns:

  • (String)


10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-guardduty/types.rb', line 10632

class Threat < Struct.new(
  :name,
  :source,
  :item_paths,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#item_detailsArray<Types::ItemDetails>

Detailed information about the detected malware threat.

Returns:



10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-guardduty/types.rb', line 10632

class Threat < Struct.new(
  :name,
  :source,
  :item_paths,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#item_pathsArray<Types::ItemPath>

Information about the nested item path and hash of the protected resource.

Returns:



10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-guardduty/types.rb', line 10632

class Threat < Struct.new(
  :name,
  :source,
  :item_paths,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the detected threat that caused GuardDuty to generate this finding.

Returns:

  • (String)


10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-guardduty/types.rb', line 10632

class Threat < Struct.new(
  :name,
  :source,
  :item_paths,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

Source of the threat that generated this finding.

Returns:

  • (String)


10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
# File 'lib/aws-sdk-guardduty/types.rb', line 10632

class Threat < Struct.new(
  :name,
  :source,
  :item_paths,
  :count,
  :hash,
  :item_details)
  SENSITIVE = []
  include Aws::Structure
end