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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


26478
26479
26480
26481
26482
26483
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26478

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:



26478
26479
26480
26481
26482
26483
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26478

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