Class: Aws::SecurityHub::Types::ActionRemotePortDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides information about the remote port that was involved in an attempted network connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The number of the port.

Returns:

  • (Integer)


237
238
239
240
241
242
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 237

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

#port_nameString

The port name of the remote connection.

Returns:

  • (String)


237
238
239
240
241
242
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 237

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