Class: Aws::GuardDuty::Types::AutonomousSystem
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AutonomousSystem
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Autonomous System (AS) associated with the network endpoints involved in an attack sequence.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name associated with the Autonomous System (AS).
-
#number ⇒ Integer
The unique number that identifies the Autonomous System (AS).
Instance Attribute Details
#name ⇒ String
Name associated with the Autonomous System (AS).
552 553 554 555 556 557 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 552 class AutonomousSystem < Struct.new( :name, :number) SENSITIVE = [] include Aws::Structure end |
#number ⇒ Integer
The unique number that identifies the Autonomous System (AS).
552 553 554 555 556 557 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 552 class AutonomousSystem < Struct.new( :name, :number) SENSITIVE = [] include Aws::Structure end |