Class: Aws::GuardDuty::Types::RemotePortDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RemotePortDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the remote port.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port ⇒ Integer
The port number of the remote connection.
-
#port_name ⇒ String
The port name of the remote connection.
Instance Attribute Details
#port ⇒ Integer
The port number of the remote connection.
7224 7225 7226 7227 7228 7229 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7224 class RemotePortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |
#port_name ⇒ String
The port name of the remote connection.
7224 7225 7226 7227 7228 7229 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7224 class RemotePortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |