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.
-
#vpc_owner_account_id ⇒ String
The Amazon Web Services account ID that owns the VPC through which the DNS request was made.
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether the targeted port is blocked.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix, :vpc_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The domain information for the DNS query.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix, :vpc_owner_account_id) 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.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix, :vpc_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix, :vpc_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#vpc_owner_account_id ⇒ String
The Amazon Web Services account ID that owns the VPC through which the DNS request was made.
3026 3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3026 class DnsRequestAction < Struct.new( :domain, :protocol, :blocked, :domain_with_suffix, :vpc_owner_account_id) SENSITIVE = [] include Aws::Structure end |