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.



6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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

#connectionTypes::NetworkConnection

Information about the network connection.



6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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)


6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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)


6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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)


6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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.



6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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)


6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6638

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