Class: Aws::GuardDuty::Types::LocalPortDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::LocalPortDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the port for the local connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port ⇒ Integer
The port number of the local connection.
-
#port_name ⇒ String
The port name of the local connection.
Instance Attribute Details
#port ⇒ Integer
The port number of the local connection.
5463 5464 5465 5466 5467 5468 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5463 class LocalPortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |
#port_name ⇒ String
The port name of the local connection.
5463 5464 5465 5466 5467 5468 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5463 class LocalPortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |