You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::NetworkWhen passing Network as input to an Aws::Client method, you can use a vanilla Hash:
{
direction: "IN", protocol: "NonEmptyString",
open_port_range: {
begin: 1,
end: 1,
},
source_ip_v4: "NonEmptyString",
source_ip_v6: "NonEmptyString",
source_port: 1,
source_domain: "NonEmptyString",
source_mac: "NonEmptyString",
destination_ip_v4: "NonEmptyString",
destination_ip_v6: "NonEmptyString",
destination_port: 1,
destination_domain: "NonEmptyString",
}
The details of network-related information about a finding.
Returned by:
Instance Attribute Summary collapseThe destination domain of network-related information about a finding.
The destination IPv4 address of network-related information about a finding.
The destination IPv6 address of network-related information about a finding.
The destination port of network-related information about a finding.
The direction of network traffic associated with a finding.
The range of open ports that is present on the network.
The protocol of network-related information about a finding.
The source domain of network-related information about a finding.
The source IPv4 address of network-related information about a finding.
The source IPv6 address of network-related information about a finding.
The source media access control (MAC) address of network-related information about a finding.
The source port of network-related information about a finding.
The destination domain of network-related information about a finding.
#destination_ip_v4 ⇒ StringThe destination IPv4 address of network-related information about a finding.
#destination_ip_v6 ⇒ StringThe destination IPv6 address of network-related information about a finding.
#destination_port ⇒ IntegerThe destination port of network-related information about a finding.
#direction ⇒ StringThe direction of network traffic associated with a finding.
Possible values:
The range of open ports that is present on the network.
#protocol ⇒ StringThe protocol of network-related information about a finding.
#source_domain ⇒ StringThe source domain of network-related information about a finding.
#source_ip_v4 ⇒ StringThe source IPv4 address of network-related information about a finding.
#source_ip_v6 ⇒ StringThe source IPv6 address of network-related information about a finding.
#source_mac ⇒ StringThe source media access control (MAC) address of network-related information about a finding.
#source_port ⇒ IntegerThe source port of network-related information about a finding.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4