Class: Aws::GuardDuty::Types::RemotePortDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RemotePortDetails
- Defined in:
- gems/aws-sdk-guardduty/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.
7600 7601 7602 7603 7604 7605 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7600 class RemotePortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |
#port_name ⇒ String
The port name of the remote connection.
7600 7601 7602 7603 7604 7605 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7600 class RemotePortDetails < Struct.new( :port, :port_name) SENSITIVE = [] include Aws::Structure end |