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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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

#connectionTypes::NetworkConnection

Information about the network connection.



6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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)


6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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)


6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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)


6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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.



6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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)


6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-guardduty/types.rb', line 6452

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