Class: Aws::SecurityHub::Types::Network

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The details of network-related information about a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_domainString

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#destination_ip_v4String

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#destination_ip_v6String

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

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

Returns:

  • (Integer)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#directionString

The direction of network traffic associated with a finding.

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#open_port_rangeTypes::PortRange

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

Returns:



26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol of network-related information about a finding.

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#source_domainString

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#source_ip_v4String

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#source_ip_v6String

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#source_macString

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

Returns:

  • (String)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end

#source_portInteger

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

Returns:

  • (Integer)


26876
26877
26878
26879
26880
26881
26882
26883
26884
26885
26886
26887
26888
26889
26890
26891
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26876

class Network < Struct.new(
  :direction,
  :protocol,
  :open_port_range,
  :source_ip_v4,
  :source_ip_v6,
  :source_port,
  :source_domain,
  :source_mac,
  :destination_ip_v4,
  :destination_ip_v6,
  :destination_port,
  :destination_domain)
  SENSITIVE = []
  include Aws::Structure
end