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)


6079
6080
6081
6082
6083
6084
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6079

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:



6079
6080
6081
6082
6083
6084
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6079

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