Class: Aws::SecurityHub::Types::ActionRemotePortDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ActionRemotePortDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#port ⇒ Integer
The number of the port.
-
#port_name ⇒ String
The port name of the remote connection.
Instance Attribute Details
#port ⇒ Integer
The number of the port.
241 242 243 244 245 246 |
# File 'lib/aws-sdk-securityhub/types.rb', line 241 class ActionRemotePortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |
#port_name ⇒ String
The port name of the remote connection.
Length Constraints: 128.
241 242 243 244 245 246 |
# File 'lib/aws-sdk-securityhub/types.rb', line 241 class ActionRemotePortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |