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)


6900
6901
6902
6903
6904
6905
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6900

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

#port_nameString

The port name of the remote connection.

Returns:

  • (String)


6900
6901
6902
6903
6904
6905
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6900

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