Method: Aws::SecurityHub::Types::DnsRequestAction#protocol

Defined in:
lib/aws-sdk-securityhub/types.rb

#protocolString

The protocol that was used for the DNS request.

Length Constraints: Minimum length of 1. Maximum length of 64.

Returns:

  • (String)


24453
24454
24455
24456
24457
24458
24459
# File 'lib/aws-sdk-securityhub/types.rb', line 24453

class DnsRequestAction < Struct.new(
  :domain,
  :protocol,
  :blocked)
  SENSITIVE = []
  include Aws::Structure
end