Class: Aws::SecurityHub::Types::DnsRequestAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Indicates whether the DNS request was blocked.

Returns:

  • (Boolean)


24527
24528
24529
24530
24531
24532
24533
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24527

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

#domainString

The DNS domain that is associated with the DNS request.

Returns:

  • (String)


24527
24528
24529
24530
24531
24532
24533
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24527

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

#protocolString

The protocol that was used for the DNS request.

Returns:

  • (String)


24527
24528
24529
24530
24531
24532
24533
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24527

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