Class: Aws::GuardDuty::Types::PortProbeAction

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

Instance Attribute Details

#blockedBoolean

Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.

Returns:

  • (Boolean)


6092
6093
6094
6095
6096
6097
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6092

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

#port_probe_detailsArray<Types::PortProbeDetail>

A list of objects related to port probe details.

Returns:



6092
6093
6094
6095
6096
6097
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6092

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