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)


6403
6404
6405
6406
6407
6408
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6403

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:



6403
6404
6405
6406
6407
6408
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6403

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