Class: Aws::GuardDuty::Types::NetworkEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about network endpoints that were observed in the attack sequence.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_systemTypes::AutonomousSystem

The Autonomous System (AS) of the network endpoint.



6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end

#connectionTypes::NetworkConnection

Information about the network connection.



6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain information for the network endpoint.

Returns:

  • (String)


6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the network endpoint.

Returns:

  • (String)


6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end

#ipString

The IP address associated with the network endpoint.

Returns:

  • (String)


6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::NetworkGeoLocation

Information about the location of the network endpoint.



6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number associated with the network endpoint.

Returns:

  • (Integer)


6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6456

class NetworkEndpoint < Struct.new(
  :id,
  :ip,
  :domain,
  :port,
  :location,
  :autonomous_system,
  :connection)
  SENSITIVE = []
  include Aws::Structure
end