class Aws::SecurityHub::Types::DnsRequestAction

Provided if `ActionType` is `DNS_REQUEST`. It provides details about the DNS request that was detected.

@note When making an API call, you may pass DnsRequestAction

data as a hash:

    {
      domain: "NonEmptyString",
      protocol: "NonEmptyString",
      blocked: false,
    }

@!attribute [rw] domain

The DNS domain that is associated with the DNS request.
@return [String]

@!attribute [rw] protocol

The protocol that was used for the DNS request.
@return [String]

@!attribute [rw] blocked

Indicates whether the DNS request was blocked.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DnsRequestAction AWS API Documentation

Constants

SENSITIVE