Method: Aws::SecurityHub::Types::ActionLocalPortDetails#port

Defined in:
lib/aws-sdk-securityhub/types.rb

#portInteger

The number of the port.

Returns:

  • (Integer)


182
183
184
185
186
187
# File 'lib/aws-sdk-securityhub/types.rb', line 182

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