Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesDnsLogsDetails

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

Overview

An object that contains information on the status of DNS logs as a data source for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Describes whether DNS logs is enabled as a data source for the detector.

Returns:

  • (String)


13370
13371
13372
13373
13374
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13370

class AwsGuardDutyDetectorDataSourcesDnsLogsDetails < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end