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 API request.
-
#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.
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 |
#domain ⇒ String
The domain information for the API request.
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 |
#protocol ⇒ String
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
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 |