Class: Aws::GuardDuty::Types::AutonomousSystem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Name associated with the Autonomous System (AS).

Returns:

  • (String)


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

#numberInteger

The unique number that identifies the Autonomous System (AS).

Returns:

  • (Integer)


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