A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SecurityHub/Types/Network.html below:

Network — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::Network
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #destination_domain ⇒ String

The destination domain of network-related information about a finding.

#destination_ip_v4 ⇒ String

The destination IPv4 address of network-related information about a finding.

#destination_ip_v6 ⇒ String

The destination IPv6 address of network-related information about a finding.

#destination_port ⇒ Integer

The destination port of network-related information about a finding.

#direction ⇒ String

The direction of network traffic associated with a finding.

Possible values:

#open_port_rangeTypes::PortRange

The range of open ports that is present on the network.

#protocol ⇒ String

The protocol of network-related information about a finding.

#source_domain ⇒ String

The source domain of network-related information about a finding.

#source_ip_v4 ⇒ String

The source IPv4 address of network-related information about a finding.

#source_ip_v6 ⇒ String

The source IPv6 address of network-related information about a finding.

#source_mac ⇒ String

The source media access control (MAC) address of network-related information about a finding.

#source_port ⇒ Integer

The 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