Class: Aws::GuardDuty::Types::DnsRequestAction

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

Overview

Contains information about the DNS_REQUEST action described in this finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Indicates whether the targeted port is blocked.

Returns:

  • (Boolean)


2175
2176
2177
2178
2179
2180
2181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2175

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain information for the API request.

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
2181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2175

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
2181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2175

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked)
  SENSITIVE = []
  include Aws::Structure
end