Class: Aws::SecurityHub::Types::PortProbeAction

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

Overview

Provided if ‘ActionType` is `PORT_PROBE`. It provides details about the attempted port probe that was detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Indicates whether the port probe was blocked.

Returns:

  • (Boolean)


27664
27665
27666
27667
27668
27669
# File 'lib/aws-sdk-securityhub/types.rb', line 27664

class PortProbeAction < Struct.new(
  :port_probe_details,
  :blocked)
  SENSITIVE = []
  include Aws::Structure
end

#port_probe_detailsArray<Types::PortProbeDetail>

Information about the ports affected by the port probe.

Returns:



27664
27665
27666
27667
27668
27669
# File 'lib/aws-sdk-securityhub/types.rb', line 27664

class PortProbeAction < Struct.new(
  :port_probe_details,
  :blocked)
  SENSITIVE = []
  include Aws::Structure
end