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.

Length Constraints: Minimum of 1. Maximum of 128.

Returns:

  • (String)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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:



27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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.

Length Constraints: Minimum of 1. Maximum of 16.

Returns:

  • (String)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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.

Length Constraints: Minimum of 1. Maximum of 128.

Returns:

  • (String)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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)


27012
27013
27014
27015
27016
27017
27018
27019
27020
27021
27022
27023
27024
27025
27026
27027
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27012

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