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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the DNS_REQUEST action described in this finding.

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

Domain information for the DNS request.

Returns:

  • (String)


907
908
909
910
# File 'lib/aws-sdk-guardduty/types.rb', line 907

class DnsRequestAction < Struct.new(
  :domain)
  include Aws::Structure
end