Class: Aws::Inspector2::Types::AtigData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

The Amazon Web Services Threat Intel Group (ATIG) details for a specific vulnerability.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#first_seenTime

The date and time this vulnerability was first observed.

Returns:



415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 415

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#last_seenTime

The date and time this vulnerability was last observed.

Returns:



415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 415

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<String>

The commercial sectors this vulnerability targets.

Returns:

  • (Array<String>)


415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 415

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end

#ttpsArray<String>

The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.

Returns:

  • (Array<String>)


415
416
417
418
419
420
421
422
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 415

class AtigData < Struct.new(
  :first_seen,
  :last_seen,
  :targets,
  :ttps)
  SENSITIVE = []
  include Aws::Structure
end