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.



7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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

#connectionTypes::NetworkConnection

Information about the network connection.



7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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)


7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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)


7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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)


7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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.



7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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)


7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7806

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