Class: Aws::SecurityHub::Types::NetworkAutonomousSystem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NetworkAutonomousSystem
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about the Autonomous System (AS) of the network endpoints involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty and GuardDuty S3 Protection enabled. For more information, see [GuardDuty Extended Threat Detection ][1] in the *Amazon GuardDuty User Guide*.
[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name associated with the AS.
-
#number ⇒ Integer
The unique number that identifies the AS.
Instance Attribute Details
#name ⇒ String
The name associated with the AS.
27265 27266 27267 27268 27269 27270 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27265 class NetworkAutonomousSystem < Struct.new( :name, :number) SENSITIVE = [] include Aws::Structure end |
#number ⇒ Integer
The unique number that identifies the AS.
27265 27266 27267 27268 27269 27270 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27265 class NetworkAutonomousSystem < Struct.new( :name, :number) SENSITIVE = [] include Aws::Structure end |