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)


3939
3940
3941
3942
3943
3944
# File 'lib/aws-sdk-guardduty/types.rb', line 3939

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

#port_nameString

The port name of the local connection.

Returns:

  • (String)


3939
3940
3941
3942
3943
3944
# File 'lib/aws-sdk-guardduty/types.rb', line 3939

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