Class: Aws::SecurityHub::Types::PortProbeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::PortProbeAction
- 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
-
#blocked ⇒ Boolean
Indicates whether the port probe was blocked.
-
#port_probe_details ⇒ Array<Types::PortProbeDetail>
Information about the ports affected by the port probe.
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether the port probe was blocked.
27664 27665 27666 27667 27668 27669 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27664 class PortProbeAction < Struct.new( :port_probe_details, :blocked) SENSITIVE = [] include Aws::Structure end |
#port_probe_details ⇒ Array<Types::PortProbeDetail>
Information about the ports affected by the port probe.
27664 27665 27666 27667 27668 27669 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27664 class PortProbeAction < Struct.new( :port_probe_details, :blocked) SENSITIVE = [] include Aws::Structure end |