Method: Aws::SecurityHub::Types::DnsRequestAction#protocol
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#protocol ⇒ String
The protocol that was used for the DNS request.
Length Constraints: Minimum length of 1. Maximum length of 64.
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 |