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)


27668
27669
27670
27671
27672
27673
# File 'lib/aws-sdk-securityhub/types.rb', line 27668

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:



27668
27669
27670
27671
27672
27673
# File 'lib/aws-sdk-securityhub/types.rb', line 27668

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