Class: Aws::GuardDuty::Types::PortProbeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::PortProbeAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the PORT_PROBE action described in the finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blocked ⇒ Boolean
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
-
#port_probe_details ⇒ Array<Types::PortProbeDetail>
A list of objects related to port probe details.
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
6837 6838 6839 6840 6841 6842 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6837 class PortProbeAction < Struct.new( :blocked, :port_probe_details) SENSITIVE = [] include Aws::Structure end |
#port_probe_details ⇒ Array<Types::PortProbeDetail>
A list of objects related to port probe details.
6837 6838 6839 6840 6841 6842 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6837 class PortProbeAction < Struct.new( :blocked, :port_probe_details) SENSITIVE = [] include Aws::Structure end |