Class: Aws::SecurityHub::Types::ActionLocalPortDetails

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

Overview

For NetworkConnectionAction and PortProbeDetails, LocalPortDetails provides information about the local port that was involved in the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The number of the port.

Returns:

  • (Integer)


180
181
182
183
184
185
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 180

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

#port_nameString

The port name of the local connection.

Returns:

  • (String)


180
181
182
183
184
185
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 180

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