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

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

Overview

Contains information about the remote port.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The port number of the remote connection.

Returns:

  • (Integer)


10148
10149
10150
10151
10152
10153
# File 'lib/aws-sdk-guardduty/types.rb', line 10148

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

#port_nameString

The port name of the remote connection.

Returns:

  • (String)


10148
10149
10150
10151
10152
10153
# File 'lib/aws-sdk-guardduty/types.rb', line 10148

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