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:



463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 463

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:



463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 463

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


463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 463

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


463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 463

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