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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the PORT_PROBE action described in this finding.

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Port probe blocked information.

Returns:

  • (Boolean)


2286
2287
2288
2289
2290
# File 'lib/aws-sdk-guardduty/types.rb', line 2286

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

#port_probe_detailsArray<Types::PortProbeDetail>

A list of port probe details objects.

Returns:



2286
2287
2288
2289
2290
# File 'lib/aws-sdk-guardduty/types.rb', line 2286

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