Class: Aws::GuardDuty::Types::RemotePortDetails

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

Overview

Remote port information of the connection.

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

Port number of the remote connection.

Returns:

  • (Integer)


2391
2392
2393
2394
2395
# File 'lib/aws-sdk-guardduty/types.rb', line 2391

class RemotePortDetails < Struct.new(
  :port,
  :port_name)
  include Aws::Structure
end

#port_nameString

Port name of the remote connection.

Returns:

  • (String)


2391
2392
2393
2394
2395
# File 'lib/aws-sdk-guardduty/types.rb', line 2391

class RemotePortDetails < Struct.new(
  :port,
  :port_name)
  include Aws::Structure
end