Class: Aws::GuardDuty::Types::LocalPortDetails

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

Overview

Contains information about the port for the local connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The port number of the local connection.



7041
7042
7043
7044
7045
7046
# File 'lib/aws-sdk-guardduty/types.rb', line 7041

class LocalPortDetails < Struct.new(
  :port,
  :port_name)
  SENSITIVE = []
  include Aws::Structure
end

#port_nameString

The port name of the local connection.



7041
7042
7043
7044
7045
7046
# File 'lib/aws-sdk-guardduty/types.rb', line 7041

class LocalPortDetails < Struct.new(
  :port,
  :port_name)
  SENSITIVE = []
  include Aws::Structure
end