Class: Aws::GuardDuty::Types::DnsRequestAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DnsRequestAction
- 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
-
#blocked ⇒ Boolean
Indicates whether the targeted port is blocked.
-
#domain ⇒ String
The domain information for the DNS query.
-
#domain_with_suffix ⇒ String
The second and top level domain involved in the activity that potentially prompted GuardDuty to generate this finding.
-
#protocol ⇒ String
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether the targeted port is blocked.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2831 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The domain information for the DNS query.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2831 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix) SENSITIVE = [] include Aws::Structure end |
#domain_with_suffix ⇒ String
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.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2831 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2831 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix) SENSITIVE = [] include Aws::Structure end |