Class: Aws::GuardDuty::Types::NetworkEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::NetworkEndpoint
- 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
-
#autonomous_system ⇒ Types::AutonomousSystem
The Autonomous System (AS) of the network endpoint.
-
#connection ⇒ Types::NetworkConnection
Information about the network connection.
-
#domain ⇒ String
The domain information for the network endpoint.
-
#id ⇒ String
The ID of the network endpoint.
-
#ip ⇒ String
The IP address associated with the network endpoint.
-
#location ⇒ Types::NetworkGeoLocation
Information about the location of the network endpoint.
-
#port ⇒ Integer
The port number associated with the network endpoint.
Instance Attribute Details
#autonomous_system ⇒ Types::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 |
#connection ⇒ Types::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 |
#domain ⇒ String
The domain information for 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 |
#id ⇒ String
The ID 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 |
#ip ⇒ String
The IP address associated with 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 |
#location ⇒ Types::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 |
#port ⇒ Integer
The port number associated with 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 |