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)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2548

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

#domainString

The domain information for the DNS query.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2548

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

#domain_with_suffixString

The second and top level domain involved in the activity that potentially prompted GuardDuty to generate this finding. For a list of top-level and second-level domains, see public suffix list.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2548

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

#protocolString

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

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2548

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