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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1847
1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-guardduty/types.rb', line 1847

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

#domainString

The domain information for the API request.

Returns:

  • (String)


1847
1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-guardduty/types.rb', line 1847

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)


1847
1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-guardduty/types.rb', line 1847

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