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.

Returns:

  • (Integer)


5062
5063
5064
5065
5066
5067
# File 'lib/aws-sdk-guardduty/types.rb', line 5062

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

#port_nameString

The port name of the local connection.

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
# File 'lib/aws-sdk-guardduty/types.rb', line 5062

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