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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


6432
6433
6434
6435
6436
6437
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6432

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

#port_nameString

The port name of the remote connection.

Returns:

  • (String)


6432
6433
6434
6435
6436
6437
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6432

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