Class: Aws::Inspector2::Types::AtigData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AtigData
- Includes:
- Structure
- Defined in:
- 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
-
#first_seen ⇒ Time
The date and time this vulnerability was first observed.
-
#last_seen ⇒ Time
The date and time this vulnerability was last observed.
-
#targets ⇒ Array<String>
The commercial sectors this vulnerability targets.
-
#ttps ⇒ Array<String>
The [MITRE ATT&CK] tactics, techniques, and procedures (TTPs) associated with vulnerability.
Instance Attribute Details
#first_seen ⇒ Time
The date and time this vulnerability was first observed.
425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-inspector2/types.rb', line 425 class AtigData < Struct.new( :first_seen, :last_seen, :targets, :ttps) SENSITIVE = [] include Aws::Structure end |
#last_seen ⇒ Time
The date and time this vulnerability was last observed.
425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-inspector2/types.rb', line 425 class AtigData < Struct.new( :first_seen, :last_seen, :targets, :ttps) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<String>
The commercial sectors this vulnerability targets.
425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-inspector2/types.rb', line 425 class AtigData < Struct.new( :first_seen, :last_seen, :targets, :ttps) SENSITIVE = [] include Aws::Structure end |
#ttps ⇒ Array<String>
The [MITRE ATT&CK] tactics, techniques, and procedures (TTPs) associated with vulnerability.
[1]: attack.mitre.org/
425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-inspector2/types.rb', line 425 class AtigData < Struct.new( :first_seen, :last_seen, :targets, :ttps) SENSITIVE = [] include Aws::Structure end |