Method: Aws::SecurityHub::Types::ActionLocalPortDetails#port
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#port ⇒ Integer
The number of the port.
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 |